OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threshOn
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACenc/src/
aacenc_tns.h
123
INT
threshOn
[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/
aacenc_tns.cpp
118
INT
threshOn
[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/
416
tC->confTab.
threshOn
[HIFILT] = 1437;
417
tC->confTab.
threshOn
[LOFILT] = 1500;
458
tC->confTab.
threshOn
[HIFILT] = pCfg->
threshOn
[HIFILT];
459
tC->confTab.
threshOn
[LOFILT] = pCfg->
threshOn
[LOFILT];
818
if ((tsbi->predictionGain > tC->confTab.
threshOn
[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
856
if ( ( (predGain > tC->confTab.
threshOn
[LOFILT]) && (predGain < (16000 * tC->confTab.tnsLimitOrder[LOFILT])) )
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h
37
Word16
threshOn
; /* min. prediction gain for using tns TABUL * 100*/
Completed in 432 milliseconds