Home
last modified time | relevance | path

Searched refs:SCALEFACTOR10 (Results 1 – 1 of 1) sorted by relevance

/external/aac/libFDK/src/
Dfft.cpp144 #define SCALEFACTOR10 5 macro
158 #define SCALEFACTOR160 (SCALEFACTOR10 + SCALEFACTOR16 + 2)
162 #define SCALEFACTOR320 (SCALEFACTOR10 + SCALEFACTOR32 + 2)
326 x0 = (x[s * 0] >> SCALEFACTOR10); in fft10()
327 x1 = (x[s * 4] >> SCALEFACTOR10); in fft10()
328 x2 = (x[s * 8] >> SCALEFACTOR10); in fft10()
329 x3 = (x[s * 12] >> SCALEFACTOR10); in fft10()
330 x4 = (x[s * 16] >> SCALEFACTOR10); in fft10()
347 x0 = (x[s * 0 + 1] >> SCALEFACTOR10); in fft10()
348 x1 = (x[s * 4 + 1] >> SCALEFACTOR10); in fft10()
[all …]