Public Member Functions | |
DECLARE_ALIGNED (16, DCTELEM, dct_block)[64] | |
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] |
GetBitContext | gb |
ScanTable | scantable |
DSPContext | dsp |
VLC | vlc |
Definition at line 33 of file mimic.c.
MimicContext::DECLARE_ALIGNED | ( | 16 | , | |
DCTELEM | , | |||
dct_block | ||||
) |
Definition at line 34 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and prepare_avpic().
Definition at line 45 of file mimic.c.
Referenced by mimic_decode_end(), and mimic_decode_frame().
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 46 of file mimic.c.
Referenced by decode(), and mimic_decode_frame().
Definition at line 50 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and vlc_decode_block().
int MimicContext::num_hblocks[3] |
Definition at line 37 of file mimic.c.
Referenced by decode(), and mimic_decode_frame().
int MimicContext::num_vblocks[3] |
Definition at line 36 of file mimic.c.
Referenced by decode(), and mimic_decode_frame().
Definition at line 43 of file mimic.c.
Referenced by decode(), mimic_decode_frame(), and mimic_decode_init().
Definition at line 51 of file mimic.c.
Referenced by mimic_decode_init(), and vlc_decode_block().
void* MimicContext::swap_buf |
Definition at line 39 of file mimic.c.
Referenced by mimic_decode_end(), and mimic_decode_frame().
Definition at line 40 of file mimic.c.
Referenced by mimic_decode_frame().
Definition at line 53 of file mimic.c.
Referenced by mimic_decode_end(), mimic_decode_init(), and vlc_decode_block().