Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlc_info.h148 INT dpcm_noise_last_position; /* 7 optional */ member
Drvlc.cpp626 SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - in rvlcDecodeBackward()
868 (pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - in rvlcFinalErrorDetection()
1073 pRvlc->dpcm_noise_last_position = 0; /* only for debugging */ in CRvlc_Read()
1108 pRvlc->dpcm_noise_last_position = FDKreadBits(bs, 9); /* #7 PNS */ in CRvlc_Read()
Drvlcconceal.cpp226 *refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - in calcRefValBwd()