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

  /external/aac/libAACenc/src/
aacenc_tns.h 152 INT predictionGain;
aacenc_tns.cpp 766 tsbi->predictionGain = 1000;
791 tsbi->predictionGain = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
817 /* disable TNS if predictionGain is less than 3dB or sumSqrCoef is too small */
818 if ((tsbi->predictionGain > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
    [all...]
psy_main.cpp     [all...]

Completed in 65 milliseconds