Data Fields | |
| AVCodecContext * | avctx | 
| int | num_vblocks [3] | 
| int | num_hblocks [3] | 
| void * | swap_buf | 
| int | swap_buf_size | 
| int | cur_index | 
| int | prev_index | 
| AVFrame | buf_ptrs [16] | 
| AVPicture | flipped_ptrs [16] | 
| DCTELEM | dct_block [64] | 
| GetBitContext | gb | 
| ScanTable | scantable | 
| DSPContext | dsp | 
| VLC | vlc | 
Definition at line 33 of file mimic.c.
Definition at line 34 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and prepare_avpic().
Definition at line 42 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and mimic_decode_init().
Definition at line 52 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and vlc_decode_block().
Definition at line 50 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and vlc_decode_block().
| int MimicContext::num_hblocks[3] | 
| int MimicContext::num_vblocks[3] | 
Definition at line 43 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and mimic_decode_init().
| void* MimicContext::swap_buf | 
Definition at line 53 of file mimic.c.
Referenced by mimic_decode_end(), mimic_decode_init(), and vlc_decode_block().
 1.5.8