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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 276 Word32 predictionGain;
295 predictionGain = CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
302 temp = predictionGain - tC.threshold;
310 tnsData->dataRaw.tnsLong.subBlockInfo.predictionGain = predictionGain;
314 predictionGain = CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
320 temp = predictionGain - tC.threshold;
328 tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].predictionGain = predictionGain;
337 tnsData->dataRaw.tnsLong.subBlockInfo.predictionGain = 0
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.h 152 INT predictionGain;
aacenc_tns.cpp 768 tsbi->predictionGain = 1000;
793 tsbi->predictionGain = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
819 /* disable TNS if predictionGain is less than 3dB or sumSqrCoef is too small */
820 if ((tsbi->predictionGain > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
    [all...]
psy_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 79 Word16 predictionGain;

Completed in 75 milliseconds