OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXP_WTB
(Results
1 - 10
of
10
) sorted by null
/external/aac/libAACdec/src/
usacdec_rom.h
143
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]
[
all
...]
aac_rom.h
138
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];
ldfiltbank.cpp
115
static void multE2_DinvF_fdk(FIXP_PCM *output, FIXP_DBL *x, const
FIXP_WTB
*fb,
214
const
FIXP_WTB
*coef;
usacdec_fac.cpp
391
const
FIXP_WTB
*FacWindowZir_conceal;
394
const
FIXP_WTB
*FacWindowZir, *FacWindowSynth;
473
FacWindowSynth = (
FIXP_WTB
*)pFAC_and_FAC_ZIR;
usacdec_rom.cpp
[
all
...]
aac_rom.cpp
[
all
...]
/external/aac/libAACenc/src/
aacEnc_rom.h
210
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];
transform.cpp
187
const
FIXP_WTB
*pWindowELD = NULL;
aacEnc_rom.cpp
[
all
...]
/external/aac/libFDK/include/
FDK_archdef.h
243
#define
FIXP_WTB
FIXP_SGL /* single FIXP_SGL values */
248
#define
FIXP_WTB
FIXP_DBL
Completed in 242 milliseconds