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 |
| int | next_cur_index |
| int | next_prev_index |
Definition at line 35 of file mimic.c.
Definition at line 36 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and prepare_avpic().
Definition at line 47 of file mimic.c.
Referenced by decode(), mimic_decode_end(), mimic_decode_frame(), and mimic_decode_update_thread_context().
Definition at line 44 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and mimic_decode_update_thread_context().
Definition at line 54 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and vlc_decode_block().
Definition at line 48 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and mimic_decode_update_thread_context().
Definition at line 52 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and vlc_decode_block().
Definition at line 45 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and mimic_decode_update_thread_context().
| void* MimicContext::swap_buf |
Definition at line 55 of file mimic.c.
Referenced by mimic_decode_end(), mimic_decode_init(), and vlc_decode_block().
1.5.8