FFmpeg
|
AVCodecContext* On2AVCContext::avctx |
Definition at line 51 of file on2avc.c.
Referenced by on2avc_decode_close(), on2avc_decode_frame(), and on2avc_decode_init().
AVFloatDSPContext* On2AVCContext::fdsp |
AVTXContext* On2AVCContext::mdct |
AVTXContext * On2AVCContext::mdct_half |
AVTXContext * On2AVCContext::mdct_small |
AVTXContext* On2AVCContext::fft64 |
AVTXContext * On2AVCContext::fft128 |
AVTXContext * On2AVCContext::fft256 |
AVTXContext * On2AVCContext::fft512 |
const On2AVCMode* On2AVCContext::modes |
int On2AVCContext::num_bands |
Definition at line 63 of file on2avc.c.
Referenced by on2avc_decode_band_types().
const int* On2AVCContext::band_start |
Definition at line 65 of file on2avc.c.
Referenced by on2avc_apply_ms().
int On2AVCContext::ms_info[ON2AVC_MAX_BANDS] |
uint8_t On2AVCContext::band_type[ON2AVC_MAX_BANDS] |
Definition at line 73 of file on2avc.c.
Referenced by on2avc_decode_band_types(), and on2avc_read_channel_data().
uint8_t On2AVCContext::band_run_end[ON2AVC_MAX_BANDS] |
float On2AVCContext::band_scales[ON2AVC_MAX_BANDS] |
float On2AVCContext::coeffs[2][ON2AVC_SUBFRAME_SIZE] |
float On2AVCContext::delay[2][ON2AVC_SUBFRAME_SIZE] |
float On2AVCContext::temp[ON2AVC_SUBFRAME_SIZE *2] |
float On2AVCContext::mdct_buf[ON2AVC_SUBFRAME_SIZE] |
float On2AVCContext::long_win[ON2AVC_SUBFRAME_SIZE] |
float On2AVCContext::short_win[ON2AVC_SUBFRAME_SIZE/8] |