public class MBlockDecoderUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NULL_VECTOR |
Constructor and Description |
---|
MBlockDecoderUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
calcMVPredictionMedian(int a,
int b,
int c,
int d,
boolean aAvb,
boolean bAvb,
boolean cAvb,
boolean dAvb,
int ref,
int comp)
Calculates median prediction
|
static void |
debugPrint(Object... arguments) |
static int |
max(int x,
int x2,
int x3) |
static int |
min(int x,
int x2,
int x3) |
static void |
saveVectIntra(DecoderState sharedState,
int mbX) |
public static void debugPrint(Object... arguments)
public static int calcMVPredictionMedian(int a, int b, int c, int d, boolean aAvb, boolean bAvb, boolean cAvb, boolean dAvb, int ref, int comp)
a,
- b, c and d are packed motion vectorspublic static int max(int x, int x2, int x3)
public static int min(int x, int x2, int x3)
public static void saveVectIntra(DecoderState sharedState, int mbX)
Copyright © 2019. All rights reserved.