![]() |
![]() |
#include <ti/fftlib/src/common/fft_common.h>
Go to the source code of this file.
#define | IFFT_SP_1D_C2C_4STEP_MIN_SIZE ( 4*1024) |
#define | IFFT_SP_1D_C2C_4STEP_MAX_SIZE (4*1024*1024) |
#define | IFFT_SP_1D_C2C_NUMOFLINEBUFS 2 |
fft_plan_t | ifft_sp_plan_1d_c2c (int N, int mode, fft_callout_t fxns) |
int | ifft_sp_1d_c2c_direct (fft_param_u u, void *edmaState) |
int | ifft_sp_1d_c2c_ecpy (fft_param_u u, void *edmaState) |
int | ifft_sp_1d_c2c_4step_ecpy (fft_param_u u, void *edmaState) |