OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SFB
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACenc/src/
psy_configuration.h
112
INT sfbOffset[
MAX_SFB
+1];
116
FIXP_DBL sfbPcmQuantThreshold[
MAX_SFB
];
125
FIXP_DBL sfbMaskLowFactor[
MAX_SFB
];
126
FIXP_DBL sfbMaskHighFactor[
MAX_SFB
];
128
FIXP_DBL sfbMaskLowFactorSprEn[
MAX_SFB
];
129
FIXP_DBL sfbMaskHighFactorSprEn[
MAX_SFB
];
131
FIXP_DBL sfbMinSnrLdData[
MAX_SFB
]; /* minimum snr (formerly known as bmax) */
psy_const.h
144
#define
MAX_SFB
(MAX_SFB_SHORT > MAX_SFB_LONG ? MAX_SFB_SHORT : MAX_SFB_LONG) /* = 51 */
psy_data.h
129
FIXP_DBL sfbThresholdnm1[
MAX_SFB
]; /* FDKaacEnc_PreEchoControl */
psy_configuration.cpp
579
FIXP_DBL sfbBarcVal[
MAX_SFB
];
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_const.h
66
#define
MAX_SFB
(MAX_SFB_SHORT > MAX_SFB_LONG ? MAX_SFB_SHORT : MAX_SFB_LONG) /* = MAX_SFB_LONG */
psy_data.h
52
Word32 sfbThresholdnm1[
MAX_SFB
]; /* PreEchoControl */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
549
Word32 tnsSfbMean[
MAX_SFB
]; /* length [lpcStopBand-lpcStartBand] should be sufficient here */
Completed in 1433 milliseconds