| FFmpeg
    | 
| Data Fields | |
| AVCodecContext * | avctx | 
| AVFrame * | frame | 
| DSPContext | dsp | 
| 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] | 
| AVCodecContext* AICContext::avctx | 
Definition at line 138 of file aic.c.
Referenced by aic_decode_header(), and aic_decode_init().
| AVFrame* AICContext::frame | 
Definition at line 139 of file aic.c.
Referenced by aic_decode_frame(), and aic_decode_slice().
| DSPContext AICContext::dsp | 
Definition at line 140 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
| ScanTable AICContext::scantable | 
Definition at line 141 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
| int AICContext::num_x_slices | 
Definition at line 143 of file aic.c.
Referenced by aic_decode_frame(), and aic_decode_init().
| int AICContext::slice_width | 
Definition at line 144 of file aic.c.
Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().
| int AICContext::mb_width | 
Definition at line 145 of file aic.c.
Referenced by aic_decode_frame(), aic_decode_init(), and aic_decode_slice().
| int AICContext::mb_height | 
Definition at line 145 of file aic.c.
Referenced by aic_decode_frame(), and aic_decode_init().
| int AICContext::quant | 
Definition at line 146 of file aic.c.
Referenced by aic_decode_header(), and aic_decode_slice().
| int AICContext::interlaced | 
Definition at line 147 of file aic.c.
Referenced by aic_decode_header(), and aic_decode_slice().
| int16_t* AICContext::slice_data | 
Definition at line 149 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 150 of file aic.c.
Referenced by aic_decode_init(), and aic_decode_slice().
| int16_t AICContext::block[64] | 
Definition at line 152 of file aic.c.
Referenced by aic_decode_slice().
 1.8.2
 1.8.2