FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFloatDSPContext * | fdsp |
FFTContext | mdct |
FFTContext | mdct_half |
FFTContext | mdct_small |
FFTContext | fft128 |
FFTContext | fft256 |
FFTContext | fft512 |
FFTContext | fft1024 |
void(* | wtf )(struct On2AVCContext *ctx, float *out, float *in, int size) |
int | is_av500 |
const On2AVCMode * | modes |
int | window_type |
int | prev_window_type |
int | num_windows |
int | num_bands |
int | bits_per_section |
const int * | band_start |
int | grouping [8] |
int | ms_present |
int | ms_info [ON2AVC_MAX_BANDS] |
int | is_long |
uint8_t | band_type [ON2AVC_MAX_BANDS] |
uint8_t | band_run_end [ON2AVC_MAX_BANDS] |
int | num_sections |
float | band_scales [ON2AVC_MAX_BANDS] |
VLC | scale_diff |
VLC | cb_vlc [16] |
float | scale_tab [128] |
float | coeffs [2][ON2AVC_SUBFRAME_SIZE] |
float | delay [2][ON2AVC_SUBFRAME_SIZE] |
float | temp [ON2AVC_SUBFRAME_SIZE *2] |
float | mdct_buf [ON2AVC_SUBFRAME_SIZE] |
float | long_win [ON2AVC_SUBFRAME_SIZE] |
float | short_win [ON2AVC_SUBFRAME_SIZE/8] |
AVCodecContext* On2AVCContext::avctx |
Definition at line 50 of file on2avc.c.
Referenced by on2avc_decode_close(), on2avc_decode_frame(), and on2avc_decode_init().
AVFloatDSPContext* On2AVCContext::fdsp |
FFTContext On2AVCContext::mdct |
FFTContext On2AVCContext::mdct_half |
FFTContext On2AVCContext::mdct_small |
FFTContext On2AVCContext::fft128 |
FFTContext On2AVCContext::fft256 |
FFTContext On2AVCContext::fft512 |
FFTContext On2AVCContext::fft1024 |
void(* On2AVCContext::wtf) (struct On2AVCContext *ctx, float *out, float *in, int size) |
const On2AVCMode* On2AVCContext::modes |
int On2AVCContext::num_bands |
Definition at line 60 of file on2avc.c.
Referenced by on2avc_decode_band_types().
const int* On2AVCContext::band_start |
Definition at line 62 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 70 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] |