Searched refs:threshOn (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Daacenc_tns.h123 INT threshOn[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/ member in struct:__anon79
H A Daacenc_tns.cpp118 INT threshOn[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/ member in struct:__anon76
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])) )

Completed in 100 milliseconds