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

/external/aac/libAACdec/src/
H A Drvlc_info.h122 INT dpcm_noise_last_position; /* 7 optional */ member in struct:__anon51
H A Drvlc.cpp615 SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256;
862 /* last decoded nrg does not match to dpcm_noise_last_position in forward direction */
863 if (pRvlc->lastNrg != (pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256) )
1065 pRvlc->dpcm_noise_last_position = 0; /* only for debugging */
1099 pRvlc->dpcm_noise_last_position = FDKreadBits(bs, 9); /* #7 PNS */
H A Drvlcconceal.cpp209 *refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256 + pRvlc->dpcm_noise_nrg;

Completed in 94 milliseconds