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

  /external/aac/libAACenc/src/
aacenc_tns.h 152 INT predictionGain;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 79 Word16 predictionGain;
  /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...]

Completed in 195 milliseconds