FFmpeg
4.0
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
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] |
AVCodecContext* AICContext::avctx |
Definition at line 141 of file aic.c.
Referenced by aic_decode_header(), aic_decode_init(), and aic_decode_slice().
AVFrame* AICContext::frame |
Definition at line 142 of file aic.c.
Referenced by aic_decode_frame(), and aic_decode_slice().
IDCTDSPContext AICContext::idsp |
Definition at line 143 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
ScanTable AICContext::scantable |
Definition at line 144 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
int AICContext::num_x_slices |
Definition at line 146 of file aic.c.
Referenced by aic_decode_frame(), and aic_decode_init().
int AICContext::slice_width |
Definition at line 147 of file aic.c.
Referenced by aic_decode_coeffs(), aic_decode_frame(), aic_decode_init(), and aic_decode_slice().
int AICContext::mb_width |
Definition at line 148 of file aic.c.
Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().
int AICContext::mb_height |
Definition at line 148 of file aic.c.
Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().
int AICContext::quant |
Definition at line 149 of file aic.c.
Referenced by aic_decode_header(), and aic_decode_slice().
int AICContext::interlaced |
Definition at line 150 of file aic.c.
Referenced by aic_decode_header(), and aic_decode_slice().
int16_t* AICContext::slice_data |
Definition at line 152 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 153 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
int16_t AICContext::block[64] |
Definition at line 155 of file aic.c.
Referenced by aic_decode_slice().
uint8_t AICContext::quant_matrix[64] |
Definition at line 156 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().