Searched defs:fft3 (Results 1 - 1 of 1) sorted by last modified time

/external/aac/libFDK/src/
H A Dfft.cpp106 static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat) function
219 /* Merge 3 loops into one, skip call of fft3 */
239 /* fft3 merged with shift right by 2 loop */
1201 case 3: fft3(pDst); break;
1240 case 3: fft3(pDst); break;
1352 fft3(pInput);

Completed in 87 milliseconds