Home
last modified time | relevance | path

Searched refs:noisenrg (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Drvlc.cpp427 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in rvlcDecodeForward() local
493 noisenrg += pRvlc->dpcm_noise_nrg; in rvlcDecodeForward()
494 pScfFwd[bnds] = 100 + noisenrg; in rvlcDecodeForward()
495 pRvlc->lastNrg = noisenrg; in rvlcDecodeForward()
522 noisenrg += dpcm; in rvlcDecodeForward()
523 pScfFwd[bnds] = 100 + noisenrg; in rvlcDecodeForward()
524 pRvlc->lastNrg = noisenrg; in rvlcDecodeForward()
615 …SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 25… in rvlcDecodeBackward() local
719 pScfBwd[bnds] = noisenrg; in rvlcDecodeBackward()
726 pScfBwd[bnds] = noisenrg; in rvlcDecodeBackward()
[all …]