| 
    FFmpeg
    
   | 
 
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 | 
| ThreadFrame | frames [16] | 
| AVPicture | flipped_ptrs [16] | 
| int16_t | dct_block [64] | 
| GetBitContext | gb | 
| ScanTable | scantable | 
| DSPContext | dsp | 
| HpelDSPContext | hdsp | 
| VLC | vlc | 
| int | next_cur_index | 
| int | next_prev_index | 
| AVCodecContext* MimicContext::avctx | 
Definition at line 37 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and prepare_avpic().
| int MimicContext::num_vblocks[3] | 
Definition at line 39 of file mimic.c.
Referenced by decode(), and mimic_decode_frame().
| int MimicContext::num_hblocks[3] | 
Definition at line 40 of file mimic.c.
Referenced by decode(), and mimic_decode_frame().
| void* MimicContext::swap_buf | 
Definition at line 42 of file mimic.c.
Referenced by mimic_decode_end(), and mimic_decode_frame().
| int MimicContext::swap_buf_size | 
Definition at line 43 of file mimic.c.
Referenced by mimic_decode_frame().
| int MimicContext::cur_index | 
Definition at line 45 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and mimic_decode_update_thread_context().
| int MimicContext::prev_index | 
Definition at line 46 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and mimic_decode_update_thread_context().
| ThreadFrame MimicContext::frames[16] | 
Definition at line 48 of file mimic.c.
Referenced by decode(), mimic_decode_end(), mimic_decode_frame(), mimic_decode_init(), mimic_decode_update_thread_context(), and mimic_init_thread_copy().
| AVPicture MimicContext::flipped_ptrs[16] | 
Definition at line 49 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and mimic_decode_update_thread_context().
| int16_t MimicContext::dct_block[64] | 
Definition at line 51 of file mimic.c.
Referenced by decode(), and vlc_decode_block().
| GetBitContext MimicContext::gb | 
Definition at line 53 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and vlc_decode_block().
| ScanTable MimicContext::scantable | 
Definition at line 54 of file mimic.c.
Referenced by mimic_decode_init(), and vlc_decode_block().
| DSPContext MimicContext::dsp | 
Definition at line 55 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), mimic_decode_init(), and vlc_decode_block().
| HpelDSPContext MimicContext::hdsp | 
Definition at line 56 of file mimic.c.
Referenced by decode(), and mimic_decode_init().
| VLC MimicContext::vlc | 
Definition at line 57 of file mimic.c.
Referenced by mimic_decode_end(), mimic_decode_init(), and vlc_decode_block().
| int MimicContext::next_cur_index | 
Definition at line 60 of file mimic.c.
Referenced by mimic_decode_frame().
| int MimicContext::next_prev_index | 
Definition at line 61 of file mimic.c.
Referenced by mimic_decode_frame().
 1.8.2