Searched refs:FIXP_WTB (Results 1 - 8 of 8) sorted by relevance

/external/aac/libAACdec/src/
H A Daac_rom.h113 extern const FIXP_WTB LowDelaySynthesis512[1536];
114 extern const FIXP_WTB LowDelaySynthesis480[1440];
H A Dldfiltbank.cpp102 static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int stride)
174 const FIXP_WTB *coef;
180 coef = (FIXP_WTB*)LowDelaySynthesis512;
182 coef = (FIXP_WTB*)LowDelaySynthesis480;
H A Daac_rom.cpp1323 const FIXP_WTB LowDelaySynthesis512[1536] = {
1522 const FIXP_WTB LowDelaySynthesis480[1440] = {
/external/aac/libAACenc/src/
H A DaacEnc_rom.h199 extern const FIXP_WTB ELDAnalysis512[1536];
200 extern const FIXP_WTB ELDAnalysis480[1440];
H A Dtransform.cpp211 const FIXP_WTB *pWindowELD=NULL;
H A DaacEnc_rom.cpp849 const FIXP_WTB ELDAnalysis512[1536] = {
1047 const FIXP_WTB ELDAnalysis480[1440] = {
/external/aac/libFDK/include/
H A DFDK_archdef.h233 #define FIXP_WTB FIXP_SGL /* single FIXP_SGL values */ macro
237 #define FIXP_WTB FIXP_DBL macro
H A Dmdct.h163 const FIXP_WTB *wrs );

Completed in 1108 milliseconds