Searched refs:pScalefactor (Results 1 – 1 of 1) sorted by relevance
1283 static inline void fft60(FIXP_DBL *pInput, INT *pScalefactor) in fft60() argument1290 *pScalefactor += SCALEFACTOR60; in fft60()1303 static inline void fft240(FIXP_DBL *pInput, INT *pScalefactor) in fft240() argument1310 *pScalefactor += SCALEFACTOR240; in fft240()1322 static inline void fft480(FIXP_DBL *pInput, INT *pScalefactor) in fft480() argument1329 *pScalefactor += SCALEFACTOR480; in fft480()1332 void fft(int length, FIXP_DBL *pInput, INT *pScalefactor) in fft() argument1337 *pScalefactor += SCALEFACTOR32; in fft()1345 *pScalefactor += SCALEFACTOR16; in fft()1349 *pScalefactor += SCALEFACTOR8; in fft()[all …]