Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Functions | |
ne10_fft_cfg_int16_t | ne10_fft_alloc_c2c_int16 (ne10_int32_t nfft) |
Creates a configuration structure for variants of ne10_fft_c2c_1d_int16. More... | |
void | ne10_fft_c2c_1d_int16_c (ne10_fft_cpx_int16_t *fout, ne10_fft_cpx_int16_t *fin, ne10_fft_cfg_int16_t cfg, ne10_int32_t inverse_fft, ne10_int32_t scaled_flag) |
Specific implementation of ne10_fft_c2c_1d_int16 using plain C. More... | |
ne10_fft_r2c_cfg_int16_t | ne10_fft_alloc_r2c_int16 (ne10_int32_t nfft) |
Creates a configuration structure for variants of ne10_fft_r2c_1d_int16 and ne10_fft_c2r_1d_int16. More... | |
void | ne10_fft_r2c_1d_int16_c (ne10_fft_cpx_int16_t *fout, ne10_int16_t *fin, ne10_fft_r2c_cfg_int16_t cfg, ne10_int32_t scaled_flag) |
Specific implementation of ne10_fft_r2c_1d_int16 using plain C. More... | |
void | ne10_fft_c2r_1d_int16_c (ne10_int16_t *fout, ne10_fft_cpx_int16_t *fin, ne10_fft_r2c_cfg_int16_t cfg, ne10_int32_t scaled_flag) |
Specific implementation of ne10_fft_c2r_1d_int16 using plain C. More... | |