Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | mb_width |
int | mb_height |
uint8_t * | slice_quants |
int | quant [2] |
int | q [2][3] |
GetBitContext | gb |
VLC | dc_vlc |
VLC | nc_vlc [NUM_VLC_SETS] |
VLC | ac_vlc [NUM_VLC_SETS] |
int | block [16] |
Definition at line 33 of file tscc2.c.
VLC TSCC2Context::ac_vlc[NUM_VLC_SETS] |
Definition at line 42 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
Definition at line 42 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
Definition at line 36 of file tscc2.c.
Referenced by tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().
VLC TSCC2Context::nc_vlc[NUM_VLC_SETS] |
Definition at line 42 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
Definition at line 35 of file tscc2.c.
Referenced by tscc2_decode_end(), tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().
int TSCC2Context::q[2][3] |
Definition at line 39 of file tscc2.c.
Referenced by tscc2_decode_frame(), and tscc2_decode_slice().
Definition at line 38 of file tscc2.c.
Referenced by tscc2_decode_frame(), and tscc2_decode_slice().
Definition at line 37 of file tscc2.c.
Referenced by tscc2_decode_end(), tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().