Searched refs:MATH_IFFTReal (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/math/ |
| D | fft.h | 130 void MATH_IFFTReal(fx32 *data, u32 nShift, const fx16 *sinTable, const fx16 *sinTable2);
|
| /TwlSDK-5.4/build/demos/math/fft-1/src/ |
| D | main.c | 340 MATH_IFFTReal(data, FFT_NSHIFT, sinTable, sinTable2); in FFTTest() 367 MATH_IFFTReal(data, FFT_NSHIFT, sinTable, sinTable2); in FFTTest()
|
| /TwlSDK-5.4/build/libraries/math/common/src/ |
| D | fft.c | 585 void MATH_IFFTReal(fx32 *data, u32 nShift, const fx16 *sinTable, const fx16 *sinTable2) in MATH_IFFTReal() function
|