Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | got_error |
RangeCoder | coder |
BlockTypeContext | btype [3] |
FillBlockCoder | fill_coder [3] |
ImageBlockCoder | image_coder [3] |
DCTBlockCoder | dct_coder [3] |
HaarBlockCoder | haar_coder [3] |
int | dctblock [64] |
int | hblock [16 *16] |
Definition at line 108 of file mss3.c.
Definition at line 114 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
Definition at line 117 of file mss3.c.
Referenced by init_coders(), mss3_decode_end(), mss3_decode_frame(), mss3_decode_init(), and reset_coders().
Definition at line 115 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
Definition at line 118 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
int MSS3Context::hblock[16 *16] |
Definition at line 116 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
Definition at line 110 of file mss3.c.
Referenced by mss3_decode_end(), mss3_decode_frame(), and mss3_decode_init().