FFmpeg
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]
 
void * bitstream_buffer
 
unsigned int bitstream_buffer_size
 
int version
 
CFrameBuffer cfrm [CFRAME_BUFFER_COUNT]
 

Detailed Description

Definition at line 138 of file 4xm.c.

Field Documentation

◆ avctx

AVCodecContext* FourXContext::avctx

Definition at line 139 of file 4xm.c.

◆ bdsp

BlockDSPContext FourXContext::bdsp

Definition at line 140 of file 4xm.c.

◆ bbdsp

BswapDSPContext FourXContext::bbdsp

Definition at line 141 of file 4xm.c.

◆ frame_buffer

uint16_t* FourXContext::frame_buffer

Definition at line 142 of file 4xm.c.

◆ last_frame_buffer

uint16_t* FourXContext::last_frame_buffer

Definition at line 143 of file 4xm.c.

◆ pre_gb

GetBitContext FourXContext::pre_gb

ac/dc prefix

Definition at line 144 of file 4xm.c.

◆ gb

GetBitContext FourXContext::gb

Definition at line 145 of file 4xm.c.

◆ g

GetByteContext FourXContext::g

Definition at line 146 of file 4xm.c.

◆ g2

GetByteContext FourXContext::g2

Definition at line 147 of file 4xm.c.

◆ mv

int FourXContext::mv[256]

Definition at line 148 of file 4xm.c.

◆ pre_vlc

VLC FourXContext::pre_vlc

Definition at line 149 of file 4xm.c.

◆ last_dc

int FourXContext::last_dc

Definition at line 150 of file 4xm.c.

◆ block

int16_t FourXContext::block[6][64]

Definition at line 151 of file 4xm.c.

◆ bitstream_buffer

void* FourXContext::bitstream_buffer

Definition at line 152 of file 4xm.c.

◆ bitstream_buffer_size

unsigned int FourXContext::bitstream_buffer_size

Definition at line 153 of file 4xm.c.

◆ version

int FourXContext::version

Definition at line 154 of file 4xm.c.

◆ cfrm

CFrameBuffer FourXContext::cfrm[CFRAME_BUFFER_COUNT]

Definition at line 155 of file 4xm.c.


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