MDECContext Struct Reference

Data Fields

AVCodecContextavctx
DSPContext dsp
AVFrame picture
GetBitContext gb
ScanTable scantable
int version
int qscale
int last_dc [3]
int mb_width
int mb_height
int mb_x
int mb_y
DCTELEM block [6][64]
uint8_t * bitstream_buffer
unsigned int bitstream_buffer_size
int block_last_index [6]

Detailed Description

Definition at line 36 of file mdec.c.

Field Documentation

AVCodecContext* MDECContext::avctx
uint8_t* MDECContext::bitstream_buffer

Definition at line 49 of file mdec.c.

Referenced by decode_end(), and decode_frame().

unsigned int MDECContext::bitstream_buffer_size

Definition at line 50 of file mdec.c.

Referenced by decode_end(), and decode_frame().

DCTELEM MDECContext::block[6][64]

Definition at line 48 of file mdec.c.

Referenced by decode_frame(), and idct_put().

int MDECContext::block_last_index[6]

Definition at line 51 of file mdec.c.

Referenced by mdec_decode_block_intra().

DSPContext MDECContext::dsp

Definition at line 38 of file mdec.c.

Referenced by decode_init(), decode_mb(), idct_put(), and mdec_common_init().

GetBitContext MDECContext::gb

Definition at line 40 of file mdec.c.

Referenced by decode_frame(), decode_mb(), and mdec_decode_block_intra().

int MDECContext::last_dc[3]

Definition at line 44 of file mdec.c.

Referenced by decode_frame(), and mdec_decode_block_intra().

int MDECContext::mb_height

Definition at line 46 of file mdec.c.

Referenced by decode_frame(), and mdec_common_init().

int MDECContext::mb_width

Definition at line 45 of file mdec.c.

Referenced by decode_frame(), decode_init(), decode_init_thread_copy(), and mdec_common_init().

int MDECContext::mb_x

Definition at line 47 of file mdec.c.

Referenced by decode_frame(), and mdec_decode_block_intra().

int MDECContext::mb_y

Definition at line 47 of file mdec.c.

Referenced by decode_frame(), and mdec_decode_block_intra().

AVFrame MDECContext::picture
int MDECContext::qscale

Definition at line 43 of file mdec.c.

Referenced by decode_frame(), and mdec_decode_block_intra().

ScanTable MDECContext::scantable

Definition at line 41 of file mdec.c.

Referenced by decode_init(), and mdec_decode_block_intra().

int MDECContext::version

Definition at line 42 of file mdec.c.

Referenced by decode_frame(), and mdec_decode_block_intra().


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