Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
DFDK_tools_rom.h138 extern const FIXP_WTP *const windowSlopes[2][3][9];
/external/aac/libFDK/src/
Ddct.cpp282 *twiddle = windowSlopes[0][0][ld2_length-1]; in getTables()
287 *twiddle = windowSlopes[0][1][ld2_length]; in getTables()
DFDK_tools_rom.cpp1150 const FIXP_WTP *const windowSlopes[2][3][9] = variable
1246 w = windowSlopes[shape&1][raster][ld2_length]; in FDKgetWindowSlope()