![]() |
![]() |
#include <ti/fftlib/src/common/fft_common.h>
Go to the source code of this file.
#define | IFFT_SP_1D_C2R_4STEP_MIN_SIZE ( 4*1024) |
#define | IFFT_SP_1D_C2R_4STEP_MAX_SIZE (4*1024*1024) |
#define | IFFT_SP_1D_C2R_NUMOFLINEBUFS 2 |
fft_plan_t | ifft_sp_plan_1d_c2r (int N, int mode, fft_callout_t fxns) |
int | ifft_sp_1d_c2r_direct (fft_param_u u, void *edmaState) |
int | ifft_sp_1d_c2r_ecpy (fft_param_u u, void *edmaState) |
int | ifft_sp_1d_c2r_4step_ecpy (fft_param_u u, void *edmaState) |