OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXP_WTB
(Results
1 - 8
of
8
) sorted by null
/external/aac/libAACdec/src/
aac_rom.h
113
extern const
FIXP_WTB
LowDelaySynthesis512[1536];
114
extern const
FIXP_WTB
LowDelaySynthesis480[1440];
ldfiltbank.cpp
102
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;
aac_rom.cpp
[
all
...]
/external/aac/libAACenc/src/
aacEnc_rom.h
199
extern const
FIXP_WTB
ELDAnalysis512[1536];
200
extern const
FIXP_WTB
ELDAnalysis480[1440];
transform.cpp
211
const
FIXP_WTB
*pWindowELD=NULL;
aacEnc_rom.cpp
[
all
...]
/external/aac/libFDK/include/
FDK_archdef.h
233
#define
FIXP_WTB
FIXP_SGL /* single FIXP_SGL values */
237
#define
FIXP_WTB
FIXP_DBL
mdct.h
163
const
FIXP_WTB
*wrs );
Completed in 327 milliseconds