FFmpeg  1.2.12
Data Fields
FourXContext Struct Reference

Data Fields

AVCodecContextavctx
DSPContext dsp
AVFramecurrent_picture
AVFramelast_picture
GetBitContext pre_gb
 ac/dc prefix
GetBitContext gb
GetByteContext g
GetByteContext g2
int mv [256]
VLC pre_vlc
int last_dc
int16_t block [6][64]
voidbitstream_buffer
unsigned int bitstream_buffer_size
int version
CFrameBuffer cfrm [CFRAME_BUFFER_COUNT]

Detailed Description

Definition at line 130 of file 4xm.c.

Field Documentation

AVCodecContext* FourXContext::avctx
void* FourXContext::bitstream_buffer

Definition at line 142 of file 4xm.c.

Referenced by decode_end(), decode_i_frame(), and decode_p_frame().

unsigned int FourXContext::bitstream_buffer_size

Definition at line 143 of file 4xm.c.

Referenced by decode_end(), decode_i_frame(), and decode_p_frame().

int16_t FourXContext::block[6][64]

Definition at line 141 of file 4xm.c.

Referenced by decode_i_mb(), and idct_put().

CFrameBuffer FourXContext::cfrm[CFRAME_BUFFER_COUNT]

Definition at line 145 of file 4xm.c.

Referenced by decode_end(), and decode_frame().

AVFrame* FourXContext::current_picture
DSPContext FourXContext::dsp

Definition at line 132 of file 4xm.c.

Referenced by decode_i_frame(), decode_i_mb(), decode_init(), and decode_p_frame().

GetByteContext FourXContext::g

Definition at line 136 of file 4xm.c.

Referenced by decode_p_block(), and decode_p_frame().

GetByteContext FourXContext::g2

Definition at line 137 of file 4xm.c.

Referenced by decode_p_block(), and decode_p_frame().

GetBitContext FourXContext::gb

Definition at line 135 of file 4xm.c.

Referenced by decode_i_block(), decode_i_frame(), decode_p_block(), and decode_p_frame().

int FourXContext::last_dc

Definition at line 140 of file 4xm.c.

Referenced by decode_i_block(), and decode_i_frame().

AVFrame * FourXContext::last_picture

Definition at line 133 of file 4xm.c.

Referenced by decode_end(), decode_frame(), decode_init(), decode_p_block(), and decode_p_frame().

int FourXContext::mv[256]

Definition at line 138 of file 4xm.c.

Referenced by decode_p_block(), and init_mv().

GetBitContext FourXContext::pre_gb

ac/dc prefix

Definition at line 134 of file 4xm.c.

Referenced by decode_i_block(), and decode_i_frame().

VLC FourXContext::pre_vlc

Definition at line 139 of file 4xm.c.

Referenced by decode_end(), decode_i_block(), decode_i_frame(), and read_huffman_tables().

int FourXContext::version

Definition at line 144 of file 4xm.c.

Referenced by decode_frame(), decode_init(), decode_p_block(), decode_p_frame(), and init_mv().


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