FFmpeg
|
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] |
AVCodecContext* MSS3Context::avctx |
Definition at line 110 of file mss3.c.
Referenced by mss3_decode_init().
AVFrame* MSS3Context::pic |
Definition at line 111 of file mss3.c.
Referenced by mss3_decode_end(), mss3_decode_frame(), and mss3_decode_init().
int MSS3Context::got_error |
Definition at line 113 of file mss3.c.
Referenced by mss3_decode_frame(), and mss3_decode_init().
RangeCoder MSS3Context::coder |
Definition at line 114 of file mss3.c.
Referenced by mss3_decode_frame().
BlockTypeContext MSS3Context::btype[3] |
Definition at line 115 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
FillBlockCoder MSS3Context::fill_coder[3] |
Definition at line 116 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
ImageBlockCoder MSS3Context::image_coder[3] |
Definition at line 117 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
DCTBlockCoder MSS3Context::dct_coder[3] |
Definition at line 118 of file mss3.c.
Referenced by init_coders(), mss3_decode_end(), mss3_decode_frame(), mss3_decode_init(), and reset_coders().
HaarBlockCoder MSS3Context::haar_coder[3] |
Definition at line 119 of file mss3.c.
Referenced by init_coders(), mss3_decode_frame(), and reset_coders().
int MSS3Context::dctblock[64] |
Definition at line 121 of file mss3.c.
Referenced by mss3_decode_frame().
int MSS3Context::hblock[16 *16] |
Definition at line 122 of file mss3.c.
Referenced by mss3_decode_frame().