FFmpeg
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 142 of file aic.c.

Field Documentation

◆ avctx

AVCodecContext* AICContext::avctx

Definition at line 143 of file aic.c.

◆ frame

AVFrame* AICContext::frame

Definition at line 144 of file aic.c.

◆ idsp

IDCTDSPContext AICContext::idsp

Definition at line 145 of file aic.c.

◆ scantable

ScanTable AICContext::scantable

Definition at line 146 of file aic.c.

◆ num_x_slices

int AICContext::num_x_slices

Definition at line 148 of file aic.c.

◆ slice_width

int AICContext::slice_width

Definition at line 149 of file aic.c.

◆ mb_width

int AICContext::mb_width

Definition at line 150 of file aic.c.

◆ mb_height

int AICContext::mb_height

Definition at line 150 of file aic.c.

◆ quant

int AICContext::quant

Definition at line 151 of file aic.c.

◆ interlaced

int AICContext::interlaced

Definition at line 152 of file aic.c.

◆ slice_data

int16_t* AICContext::slice_data

Definition at line 154 of file aic.c.

◆ data_ptr

int16_t* AICContext::data_ptr[NUM_BANDS]

Definition at line 155 of file aic.c.

◆ block

int16_t AICContext::block[64]

Definition at line 157 of file aic.c.

◆ quant_matrix

uint8_t AICContext::quant_matrix[64]

Definition at line 158 of file aic.c.


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