fi.helsinki.cs.ohtu.mpeg2.video
Class VLCTables
java.lang.Object
fi.helsinki.cs.ohtu.mpeg2.video.VLCTables
class VLCTables
- extends java.lang.Object
The tables in this class are from T-REC-H.262-200002-I annex B. These are used by VLC.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MACROBLOCK_ADDRESS_INCREMENT_ESCAPE
static final int[] MACROBLOCK_ADDRESS_INCREMENT_ESCAPE
MACROBLOCK_ADDRESS_INCREMENT
static final int[][] MACROBLOCK_ADDRESS_INCREMENT
CODED_BLOCK_PATTERN
static final int[][] CODED_BLOCK_PATTERN
DCT_DC_SIZE_LUMINANCE
static final int[][] DCT_DC_SIZE_LUMINANCE
DCT_DC_SIZE_CHROMINANCE
static final int[][] DCT_DC_SIZE_CHROMINANCE
DCT_COEFFICIENTS_TABLE_ZERO_ESCAPE
static final int[] DCT_COEFFICIENTS_TABLE_ZERO_ESCAPE
DCT_COEFFICIENTS_TABLE_ZERO_EOB
static final int[] DCT_COEFFICIENTS_TABLE_ZERO_EOB
DCT_COEFFICIETNS_TABLE_ZERO_ALTERNATE_R0L1
static final int[] DCT_COEFFICIETNS_TABLE_ZERO_ALTERNATE_R0L1
DCT_COEFFICIENTS_TABLE_ZERO
static final int[][][] DCT_COEFFICIENTS_TABLE_ZERO
DCT_COEFFICIENTS_TABLE_ONE_ESCAPE
static final int[] DCT_COEFFICIENTS_TABLE_ONE_ESCAPE
DCT_COEFFICIENTS_TABLE_ONE_EOB
static final int[] DCT_COEFFICIENTS_TABLE_ONE_EOB
DCT_COEFFICIENTS_TABLE_ONE
static final int[][][] DCT_COEFFICIENTS_TABLE_ONE
VLCTables
VLCTables()