#include <dsputil.h>

Data Fields | |
| int | nbits |
| int | inverse |
| uint16_t * | revtab |
| FFTComplex * | exptab |
| FFTComplex * | exptab1 |
| void(* | fft_calc )(struct FFTContext *s, FFTComplex *z) |
Definition at line 538 of file dsputil.h.
Definition at line 539 of file dsputil.h.
Referenced by ff_fft_calc_altivec(), ff_fft_calc_c(), ff_fft_init(), and ff_fft_permute().
Definition at line 540 of file dsputil.h.
Referenced by ff_fft_calc_altivec(), ff_fft_calc_c(), and ff_fft_init().
| uint16_t* FFTContext::revtab |
Definition at line 541 of file dsputil.h.
Referenced by ff_fft_end(), ff_fft_init(), ff_fft_permute(), ff_imdct_calc(), and ff_mdct_calc().
Definition at line 542 of file dsputil.h.
Referenced by ff_fft_calc_altivec(), ff_fft_calc_c(), ff_fft_end(), and ff_fft_init().
Definition at line 543 of file dsputil.h.
Referenced by ff_fft_calc_altivec(), 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().
1.5.5