#include <dsputil.h>
Data Fields | |
int | nbits |
int | inverse |
uint16_t * | revtab |
FFTComplex * | exptab |
FFTComplex * | exptab1 |
void(* | fft_calc )(struct FFTContext *s, FFTComplex *z) |
void(* | imdct_calc )(struct MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp) |
Definition at line 612 of file dsputil.h.
Definition at line 613 of file dsputil.h.
Referenced by ff_fft_calc_3dn(), ff_fft_calc_3dn2(), ff_fft_calc_altivec(), ff_fft_calc_c(), ff_fft_calc_sse(), ff_fft_init(), and ff_fft_permute().
Definition at line 614 of file dsputil.h.
Referenced by ff_fft_calc_3dn(), ff_fft_calc_3dn2(), ff_fft_calc_altivec(), ff_fft_calc_c(), ff_fft_calc_sse(), and ff_fft_init().
uint16_t* FFTContext::revtab |
Definition at line 615 of file dsputil.h.
Referenced by ff_fft_end(), ff_fft_init(), ff_fft_permute(), ff_imdct_calc(), ff_imdct_calc_3dn2(), ff_imdct_calc_sse(), and ff_mdct_calc().
Definition at line 616 of file dsputil.h.
Referenced by ff_fft_calc_c(), ff_fft_end(), and ff_fft_init().
Definition at line 617 of file dsputil.h.
Referenced by ff_fft_calc_3dn(), ff_fft_calc_3dn2(), ff_fft_calc_altivec(), ff_fft_calc_sse(), ff_fft_end(), and ff_fft_init().
void(* FFTContext::fft_calc)(struct FFTContext *s, FFTComplex *z) |
Referenced by ff_fft_calc(), and ff_fft_init().
void(* FFTContext::imdct_calc)(struct MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp) |
Referenced by do_imdct(), do_imdct_256(), ff_fft_init(), IMLT(), imlt_gain(), nelly_decode_block(), vorbis_parse_audio_packet(), and wma_decode_block().