Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_rom.h143 extern const FIXP_WTB FacWindowSynth128[128];
144 extern const FIXP_WTB FacWindowZir128[128];
145 extern const FIXP_WTB FacWindowSynth64[64];
146 extern const FIXP_WTB FacWindowZir64[64];
147 extern const FIXP_WTB FacWindowSynth32[32];
148 extern const FIXP_WTB FacWindowZir32[32];
149 extern const FIXP_WTB FacWindowSynth96[96];
150 extern const FIXP_WTB FacWindowZir96[96];
151 extern const FIXP_WTB FacWindowSynth48[48];
152 extern const FIXP_WTB FacWindowZir48[48];
Daac_rom.h138 extern const FIXP_WTB LowDelaySynthesis512[1536];
139 extern const FIXP_WTB LowDelaySynthesis480[1440];
140 extern const FIXP_WTB LowDelaySynthesis256[768];
141 extern const FIXP_WTB LowDelaySynthesis240[720];
142 extern const FIXP_WTB LowDelaySynthesis160[480];
143 extern const FIXP_WTB LowDelaySynthesis128[384];
144 extern const FIXP_WTB LowDelaySynthesis120[360];
Dldfiltbank.cpp115 static void multE2_DinvF_fdk(FIXP_PCM *output, FIXP_DBL *x, const FIXP_WTB *fb, in multE2_DinvF_fdk()
214 const FIXP_WTB *coef; in InvMdctTransformLowDelay_fdk()
Dusacdec_fac.cpp389 const FIXP_WTB *FacWindowZir_conceal; in CLpd_FAC_Acelp2Mdct()
392 const FIXP_WTB *FacWindowZir, *FacWindowSynth; in CLpd_FAC_Acelp2Mdct()
471 FacWindowSynth = (FIXP_WTB *)pFAC_and_FAC_ZIR; in CLpd_FAC_Acelp2Mdct()
Dusacdec_rom.cpp1299 const FIXP_WTB FacWindowSynth128[] = {
1333 const FIXP_WTB FacWindowZir128[] = {
1367 const FIXP_WTB FacWindowSynth64[] = {
1385 const FIXP_WTB FacWindowZir64[] = {
1403 const FIXP_WTB FacWindowSynth32[] = {
1413 const FIXP_WTB FacWindowZir32[] = {
1425 const FIXP_WTB FacWindowSynth96[] = {
1451 const FIXP_WTB FacWindowZir96[] = {
1477 const FIXP_WTB FacWindowSynth48[] = {
1491 const FIXP_WTB FacWindowZir48[] = {
Daac_rom.cpp1729 const FIXP_WTB LowDelaySynthesis256[768] = {
1924 const FIXP_WTB LowDelaySynthesis240[720] = {
2107 const FIXP_WTB LowDelaySynthesis160[480] = {
2230 const FIXP_WTB LowDelaySynthesis128[384] = {
2329 const FIXP_WTB LowDelaySynthesis120[360] = {
2422 const FIXP_WTB LowDelaySynthesis512[1536] = {
2811 const FIXP_WTB LowDelaySynthesis480[1440] = {
/external/aac/libAACenc/src/
DaacEnc_rom.h210 extern const FIXP_WTB ELDAnalysis512[1536];
211 extern const FIXP_WTB ELDAnalysis480[1440];
212 extern const FIXP_WTB ELDAnalysis256[768];
213 extern const FIXP_WTB ELDAnalysis240[720];
214 extern const FIXP_WTB ELDAnalysis128[384];
215 extern const FIXP_WTB ELDAnalysis120[360];
Dtransform.cpp187 const FIXP_WTB *pWindowELD = NULL; in FDKaacEnc_Transform_Real_Eld()
DaacEnc_rom.cpp1165 const FIXP_WTB ELDAnalysis512[1536] = {
1554 const FIXP_WTB ELDAnalysis480[1440] = {
1918 const FIXP_WTB ELDAnalysis256[768] = {
2113 const FIXP_WTB ELDAnalysis240[720] = {
2296 const FIXP_WTB ELDAnalysis128[384] = {
2395 const FIXP_WTB ELDAnalysis120[360] = {
/external/aac/libFDK/include/
DFDK_archdef.h243 #define FIXP_WTB FIXP_SGL /* single FIXP_SGL values */ macro
248 #define FIXP_WTB FIXP_DBL macro