Go to the documentation of this file.
30 #define FFT_FIXED_32 0
49 #define Q31(x) (int)((x)*2147483648.0 + 0.5)
50 #define FFT_NAME(x) x ## _fixed_32
56 #define FFT_NAME(x) x ## _fixed
115 #if CONFIG_HARDCODED_TABLES
116 #define COSTABLE_CONST const
118 #define COSTABLE_CONST
121 #define COSTABLE(size) \
122 COSTABLE_CONST DECLARE_ALIGNED(32, FFTSample, FFT_NAME(ff_cos_##size))[size/2]
139 #define ff_init_ff_cos_tabs FFT_NAME(ff_init_ff_cos_tabs)
147 #define ff_fft_init FFT_NAME(ff_fft_init)
148 #define ff_fft_end FFT_NAME(ff_fft_end)
167 #define ff_mdct_init FFT_NAME(ff_mdct_init)
168 #define ff_mdct_end FFT_NAME(ff_mdct_end)