Public Member Functions | |
DECLARE_ALIGNED_16 (DCTELEM, dct_block[64]) | |
Data Fields | |
AVCodecContext * | avctx |
int | num_vblocks [3] |
int | num_hblocks [3] |
uint8_t * | 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 | [64] | |||
) |
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().
uint8_t* MimicContext::swap_buf |
Definition at line 53 of file mimic.c.
Referenced by mimic_decode_end(), mimic_decode_init(), and vlc_decode_block().