FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FourXContext Struct Reference

Data Fields

AVCodecContextavctx
 
BlockDSPContext bdsp
 
BswapDSPContext bbdsp
 
uint16_t * frame_buffer
 
uint16_t * last_frame_buffer
 
GetBitContext pre_gb
 ac/dc prefix More...
 
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 135 of file 4xm.c.

Field Documentation

AVCodecContext* FourXContext::avctx
BlockDSPContext FourXContext::bdsp

Definition at line 137 of file 4xm.c.

Referenced by decode_i_mb(), and decode_init().

BswapDSPContext FourXContext::bbdsp

Definition at line 138 of file 4xm.c.

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

uint16_t* FourXContext::frame_buffer

Definition at line 139 of file 4xm.c.

Referenced by decode_end(), decode_frame(), decode_i2_frame(), decode_init(), decode_p_frame(), and idct_put().

uint16_t* FourXContext::last_frame_buffer

Definition at line 140 of file 4xm.c.

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

GetBitContext FourXContext::pre_gb

ac/dc prefix

Definition at line 141 of file 4xm.c.

Referenced by decode_i_block(), and decode_i_frame().

GetBitContext FourXContext::gb

Definition at line 142 of file 4xm.c.

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

GetByteContext FourXContext::g

Definition at line 143 of file 4xm.c.

Referenced by decode_p_block(), and decode_p_frame().

GetByteContext FourXContext::g2

Definition at line 144 of file 4xm.c.

Referenced by decode_p_block(), and decode_p_frame().

int FourXContext::mv[256]

Definition at line 145 of file 4xm.c.

Referenced by decode_p_block(), and init_mv().

VLC FourXContext::pre_vlc

Definition at line 146 of file 4xm.c.

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

int FourXContext::last_dc

Definition at line 147 of file 4xm.c.

Referenced by decode_i_block(), and decode_i_frame().

int16_t FourXContext::block[6][64]

Definition at line 148 of file 4xm.c.

Referenced by decode_i_mb(), and idct_put().

void* FourXContext::bitstream_buffer

Definition at line 149 of file 4xm.c.

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

unsigned int FourXContext::bitstream_buffer_size

Definition at line 150 of file 4xm.c.

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

int FourXContext::version

Definition at line 151 of file 4xm.c.

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

CFrameBuffer FourXContext::cfrm[CFRAME_BUFFER_COUNT]

Definition at line 152 of file 4xm.c.

Referenced by decode_end(), and decode_frame().


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