FFmpeg  4.0
Data Fields
MadContext Struct Reference

Data Fields

AVCodecContextavctx
 
BlockDSPContext bdsp
 
BswapDSPContext bbdsp
 
IDCTDSPContext idsp
 
AVFramelast_frame
 
GetBitContext gb
 
voidbitstream_buf
 
unsigned int bitstream_buf_size
 
int16_t block [64]
 
ScanTable scantable
 
uint16_t quant_matrix [64]
 
int mb_x
 
int mb_y
 

Detailed Description

Definition at line 48 of file eamad.c.

Field Documentation

◆ avctx

AVCodecContext* MadContext::avctx

Definition at line 49 of file eamad.c.

Referenced by comp_block(), decode_block_intra(), decode_init(), and idct_put().

◆ bdsp

BlockDSPContext MadContext::bdsp

Definition at line 50 of file eamad.c.

Referenced by decode_init(), and decode_mb().

◆ bbdsp

BswapDSPContext MadContext::bbdsp

Definition at line 51 of file eamad.c.

Referenced by decode_frame(), and decode_init().

◆ idsp

IDCTDSPContext MadContext::idsp

Definition at line 52 of file eamad.c.

Referenced by decode_init().

◆ last_frame

AVFrame* MadContext::last_frame

Definition at line 53 of file eamad.c.

Referenced by comp_block(), decode_end(), decode_frame(), decode_init(), and decode_mb().

◆ gb

GetBitContext MadContext::gb

Definition at line 54 of file eamad.c.

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

◆ bitstream_buf

void* MadContext::bitstream_buf

Definition at line 55 of file eamad.c.

Referenced by decode_end(), and decode_frame().

◆ bitstream_buf_size

unsigned int MadContext::bitstream_buf_size

Definition at line 56 of file eamad.c.

Referenced by decode_frame().

◆ block

int16_t MadContext::block[64]

Definition at line 57 of file eamad.c.

Referenced by decode_mb().

◆ scantable

ScanTable MadContext::scantable

Definition at line 58 of file eamad.c.

Referenced by decode_block_intra(), and decode_init().

◆ quant_matrix

uint16_t MadContext::quant_matrix[64]

Definition at line 59 of file eamad.c.

Referenced by calc_quant_matrix(), and decode_block_intra().

◆ mb_x

int MadContext::mb_x

Definition at line 60 of file eamad.c.

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

◆ mb_y

int MadContext::mb_y

Definition at line 61 of file eamad.c.

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


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