Searched defs:pScalefactor (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/src/
H A Dfft.cpp1283 static inline void fft60(FIXP_DBL *pInput, INT *pScalefactor) argument
1290 *pScalefactor += SCALEFACTOR60;
1303 static inline void fft240(FIXP_DBL *pInput, INT *pScalefactor) argument
1310 *pScalefactor += SCALEFACTOR240;
1322 static inline void fft480(FIXP_DBL *pInput, INT *pScalefactor) argument
1329 *pScalefactor += SCALEFACTOR480;
1332 void fft(int length, FIXP_DBL *pInput, INT *pScalefactor) argument
1337 *pScalefactor += SCALEFACTOR32;
1345 *pScalefactor += SCALEFACTOR16;
1349 *pScalefactor
[all...]

Completed in 32 milliseconds