FFmpeg  1.2.4
Data Fields
MSS3Context Struct Reference

Data Fields

AVCodecContextavctx
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]

Detailed Description

Definition at line 108 of file mss3.c.

Field Documentation

AVCodecContext* MSS3Context::avctx

Definition at line 109 of file mss3.c.

Referenced by mss3_decode_init().

BlockTypeContext MSS3Context::btype[3]

Definition at line 114 of file mss3.c.

Referenced by init_coders(), mss3_decode_frame(), and reset_coders().

RangeCoder MSS3Context::coder

Definition at line 113 of file mss3.c.

Referenced by mss3_decode_frame().

DCTBlockCoder MSS3Context::dct_coder[3]
int MSS3Context::dctblock[64]

Definition at line 120 of file mss3.c.

Referenced by mss3_decode_frame().

FillBlockCoder MSS3Context::fill_coder[3]

Definition at line 115 of file mss3.c.

Referenced by init_coders(), mss3_decode_frame(), and reset_coders().

int MSS3Context::got_error

Definition at line 112 of file mss3.c.

Referenced by mss3_decode_frame(), and mss3_decode_init().

HaarBlockCoder MSS3Context::haar_coder[3]

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 121 of file mss3.c.

Referenced by mss3_decode_frame().

ImageBlockCoder MSS3Context::image_coder[3]

Definition at line 116 of file mss3.c.

Referenced by init_coders(), mss3_decode_frame(), and reset_coders().

AVFrame MSS3Context::pic

Definition at line 110 of file mss3.c.

Referenced by mss3_decode_end(), mss3_decode_frame(), and mss3_decode_init().


The documentation for this struct was generated from the following file: