Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
DFDK_tools_rom.h108 extern const FIXP_STP SineTable512[];
DFDK_trigFcts.h132 #define SINETAB SineTable512
/external/aac/libFDK/src/
Dfft.cpp1369 dit_fft(pInput, 6, SineTable512, 512); in fft()
1376 dit_fft(pInput, 8, SineTable512, 512); in fft()
1383 dit_fft(pInput, 9, SineTable512, 512); in fft()
Ddct.cpp280 *sin_twiddle = SineTable512; in getTables()
DFDK_tools_rom.cpp174 const FIXP_STP SineTable512[] = variable