![]() |
Project Ne10
An open, optimized software library for the ARM architecture.
|
#include "NE10_types.h"#include "NE10_macros.h"#include "NE10_fft.h"#include "NE10_fft_generic_float32.h"Go to the source code of this file.
Functions | |
| void | ne10_mixed_radix_generic_butterfly_float32_c (ne10_fft_cpx_float32_t *Fout, const ne10_fft_cpx_float32_t *Fin, const ne10_int32_t *factors, const ne10_fft_cpx_float32_t *twiddles, ne10_fft_cpx_float32_t *buffer, const ne10_int32_t is_scaled) |
| void | ne10_mixed_radix_generic_butterfly_inverse_float32_c (ne10_fft_cpx_float32_t *Fout, const ne10_fft_cpx_float32_t *Fin, const ne10_int32_t *factors, const ne10_fft_cpx_float32_t *twiddles, ne10_fft_cpx_float32_t *buffer, const ne10_int32_t is_scaled) |
| void ne10_mixed_radix_generic_butterfly_float32_c | ( | ne10_fft_cpx_float32_t * | Fout, |
| const ne10_fft_cpx_float32_t * | Fin, | ||
| const ne10_int32_t * | factors, | ||
| const ne10_fft_cpx_float32_t * | twiddles, | ||
| ne10_fft_cpx_float32_t * | buffer, | ||
| const ne10_int32_t | is_scaled | ||
| ) |
Definition at line 713 of file NE10_fft_generic_float32.c.
| void ne10_mixed_radix_generic_butterfly_inverse_float32_c | ( | ne10_fft_cpx_float32_t * | Fout, |
| const ne10_fft_cpx_float32_t * | Fin, | ||
| const ne10_int32_t * | factors, | ||
| const ne10_fft_cpx_float32_t * | twiddles, | ||
| ne10_fft_cpx_float32_t * | buffer, | ||
| const ne10_int32_t | is_scaled | ||
| ) |
Definition at line 734 of file NE10_fft_generic_float32.c.
1.8.11