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 278 Word32 predictionGain;
297 predictionGain = CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
304 temp = predictionGain - tC.threshold;
312 tnsData->dataRaw.tnsLong.subBlockInfo.predictionGain = predictionGain;
316 predictionGain = CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
322 temp = predictionGain - tC.threshold;
330 tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].predictionGain = predictionGain;
339 tnsData->dataRaw.tnsLong.subBlockInfo.predictionGain = 0
    [all...]

Completed in 61 milliseconds