| FFmpeg
    | 
| 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] | 
| AVCodecContext* TSCC2Context::avctx | 
Definition at line 37 of file tscc2.c.
Referenced by tscc2_decode_init().
| AVFrame* TSCC2Context::pic | 
Definition at line 38 of file tscc2.c.
Referenced by tscc2_decode_end(), tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().
| int TSCC2Context::mb_width | 
Definition at line 39 of file tscc2.c.
Referenced by tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().
| int TSCC2Context::mb_height | 
Definition at line 39 of file tscc2.c.
Referenced by tscc2_decode_frame(), and tscc2_decode_init().
| uint8_t* TSCC2Context::slice_quants | 
Definition at line 40 of file tscc2.c.
Referenced by tscc2_decode_end(), tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().
| int TSCC2Context::quant[2] | 
Definition at line 41 of file tscc2.c.
Referenced by tscc2_decode_frame(), and tscc2_decode_slice().
| int TSCC2Context::q[2][3] | 
Definition at line 42 of file tscc2.c.
Referenced by tscc2_decode_frame(), and tscc2_decode_slice().
| GetBitContext TSCC2Context::gb | 
Definition at line 43 of file tscc2.c.
Referenced by tscc2_decode_mb(), and tscc2_decode_slice().
| VLC TSCC2Context::dc_vlc | 
Definition at line 45 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
| VLC TSCC2Context::nc_vlc[NUM_VLC_SETS] | 
Definition at line 45 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
| VLC TSCC2Context::ac_vlc[NUM_VLC_SETS] | 
Definition at line 45 of file tscc2.c.
Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().
| int TSCC2Context::block[16] | 
Definition at line 46 of file tscc2.c.
Referenced by tscc2_decode_mb().
 1.8.6
 1.8.6