|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mediaframe.mpeg1.Tables
The Tables class contains huffman trees (tables) to decode
huffman encoded parts of the video stream.
| Field Summary | |
int[][] |
b_type_mb_type
The huffman tree for the the macro block information in the B_TYPE frame. |
int[][] |
block_pattern
The huffman tree for the coded block pattern. |
int[] |
dct_coeff_val
The DCT values for the huffman tree for the DCT coefficients. |
int[] |
dct_coeff0
The huffman tree for the DCT coefficients. |
int[] |
dct_coeff1
The huffman tree for the DCT coefficients. |
int[][] |
dct_size_crominance
The huffman tree for the size of a DC coefficient of a crominance block. |
int[][] |
dct_size_luminance
The huffman tree for the size of a DC coefficient of a luminance block. |
int[][] |
macro_block_inc
The huffman tree for the macro block increment. |
int[][] |
motion_code
The huffman tree for the motion information. |
int[][] |
p_type_mb_type
The huffman tree for the the macro block information in the P_TYPE frame. |
| Constructor Summary | |
Tables()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int[][] macro_block_inc
public int[][] p_type_mb_type
public int[][] b_type_mb_type
public int[][] motion_code
public int[][] block_pattern
public int[][] dct_size_luminance
public int[][] dct_size_crominance
public int[] dct_coeff0
public int[] dct_coeff1
public int[] dct_coeff_val
| Constructor Detail |
public Tables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||