
Go to the source code of this file.
Data Structures | |
| struct | FFTComplex |
| struct | FFTContext |
Defines | |
| #define | WMA_FFT_H 1 |
Typedefs | |
| typedef int32_t | FFTSample |
Functions | |
| int | fft_calc_unscaled (FFTContext *s, FFTComplex *z) |
| int | fft_init_global (void) |
| #define WMA_FFT_H 1 |
| typedef int32_t FFTSample |
| int fft_calc_unscaled | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
References BF, CMUL(), exptab0, FFTComplex::im, FFTContext::inverse, FFTContext::nbits, and FFTComplex::re.
Referenced by ff_imdct_calc().
| int fft_init_global | ( | void | ) |
References exptab0, fixdiv32(), fsincos(), i, FFTComplex::im, itofix32, and FFTComplex::re.
Referenced by mdct_init_global().
1.5.6