public class MPEG4Renderer extends Object
Constructor and Description |
---|
MPEG4Renderer() |
Modifier and Type | Method and Description |
---|---|
static void |
renderInter(MPEG4DecodingContext ctx,
Picture[] refs,
Macroblock mb,
int fcode,
int ref,
boolean bvop) |
static void |
renderIntra(Macroblock mb,
MPEG4DecodingContext ctx) |
static int |
sanitize(int value,
boolean quarterPel,
int fcode) |
public static void renderIntra(Macroblock mb, MPEG4DecodingContext ctx)
public static void renderInter(MPEG4DecodingContext ctx, Picture[] refs, Macroblock mb, int fcode, int ref, boolean bvop)
public static final int sanitize(int value, boolean quarterPel, int fcode)
Copyright © 2019. All rights reserved.