HomeSort by relevance Sort by last modified time
    Searched refs:threshOn (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 37 Word16 threshOn; /* min. prediction gain for using tns TABUL * 100*/
  /external/aac/libAACenc/src/
aacenc_tns.h 126 INT threshOn[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/
aacenc_tns.cpp 399 tC->confTab.threshOn[HIFILT] = 1437;
400 tC->confTab.threshOn[LOFILT] = 1500;
806 if ((tsbi->predictionGain[HIFILT] > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
844 if ( ( (predGain > tC->confTab.threshOn[LOFILT]) && (predGain < (16000 * tC->confTab.tnsLimitOrder[LOFILT])) )
    [all...]

Completed in 90 milliseconds