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

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
IDCTDSPContext idsp
 
ScanTable scantable
 
int num_x_slices
 
int slice_width
 
int mb_width
 
int mb_height
 
int quant
 
int interlaced
 
int16_t * slice_data
 
int16_t * data_ptr [NUM_BANDS]
 
int16_t block [64]
 
uint8_t quant_matrix [64]
 

Detailed Description

Definition at line 139 of file aic.c.

Field Documentation

AVCodecContext* AICContext::avctx

Definition at line 140 of file aic.c.

Referenced by aic_decode_header(), and aic_decode_init().

AVFrame* AICContext::frame

Definition at line 141 of file aic.c.

Referenced by aic_decode_frame(), and aic_decode_slice().

IDCTDSPContext AICContext::idsp

Definition at line 142 of file aic.c.

Referenced by aic_decode_init(), and aic_decode_slice().

ScanTable AICContext::scantable

Definition at line 143 of file aic.c.

Referenced by aic_decode_init(), and aic_decode_slice().

int AICContext::num_x_slices

Definition at line 145 of file aic.c.

Referenced by aic_decode_frame(), and aic_decode_init().

int AICContext::slice_width

Definition at line 146 of file aic.c.

Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().

int AICContext::mb_width

Definition at line 147 of file aic.c.

Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().

int AICContext::mb_height

Definition at line 147 of file aic.c.

Referenced by aic_decode_frame(), and aic_decode_init().

int AICContext::quant

Definition at line 148 of file aic.c.

Referenced by aic_decode_header(), and aic_decode_slice().

int AICContext::interlaced

Definition at line 149 of file aic.c.

Referenced by aic_decode_header(), and aic_decode_slice().

int16_t* AICContext::slice_data

Definition at line 151 of file aic.c.

Referenced by aic_decode_close(), aic_decode_init(), and aic_decode_slice().

int16_t* AICContext::data_ptr[NUM_BANDS]

Definition at line 152 of file aic.c.

Referenced by aic_decode_init(), and aic_decode_slice().

int16_t AICContext::block[64]

Definition at line 154 of file aic.c.

Referenced by aic_decode_slice().

uint8_t AICContext::quant_matrix[64]

Definition at line 155 of file aic.c.

Referenced by aic_decode_init(), and aic_decode_slice().


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