Package com.fluendo.jheora
Class Constants
- java.lang.Object
-
- com.fluendo.jheora.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BASE_FRAME
static int
BLOCK_HEIGHT_WIDTH
static int
BLOCK_SIZE
static int
CURRENT_ENCODE_VERSION
static int[]
dequant_index
static int
HFRAGPIXELS
static int
MAX_MODES
static int
MODE_BITS
static int
MODE_METHOD_BITS
static int
MODE_METHODS
static int
NORMAL_FRAME
static int
Q_TABLE_SIZE
static int
STRIDE_EXTRA
static int
UMV_BORDER
static int
VFRAGPIXELS
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
CURRENT_ENCODE_VERSION
public static final int CURRENT_ENCODE_VERSION
- See Also:
- Constant Field Values
-
BLOCK_HEIGHT_WIDTH
public static final int BLOCK_HEIGHT_WIDTH
- See Also:
- Constant Field Values
-
HFRAGPIXELS
public static final int HFRAGPIXELS
- See Also:
- Constant Field Values
-
VFRAGPIXELS
public static final int VFRAGPIXELS
- See Also:
- Constant Field Values
-
BLOCK_SIZE
public static final int BLOCK_SIZE
- See Also:
- Constant Field Values
-
UMV_BORDER
public static final int UMV_BORDER
- See Also:
- Constant Field Values
-
STRIDE_EXTRA
public static final int STRIDE_EXTRA
- See Also:
- Constant Field Values
-
Q_TABLE_SIZE
public static final int Q_TABLE_SIZE
- See Also:
- Constant Field Values
-
BASE_FRAME
public static final int BASE_FRAME
- See Also:
- Constant Field Values
-
NORMAL_FRAME
public static final int NORMAL_FRAME
- See Also:
- Constant Field Values
-
MAX_MODES
public static final int MAX_MODES
- See Also:
- Constant Field Values
-
MODE_BITS
public static final int MODE_BITS
- See Also:
- Constant Field Values
-
MODE_METHODS
public static final int MODE_METHODS
- See Also:
- Constant Field Values
-
MODE_METHOD_BITS
public static final int MODE_METHOD_BITS
- See Also:
- Constant Field Values
-
dequant_index
public static final int[] dequant_index
-
-