Searched refs:dpcm_noise_last_position (Results 1 – 3 of 3) sorted by relevance
122 INT dpcm_noise_last_position; /* 7 optional */ member
615 …SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 25… in rvlcDecodeBackward()863 …if (pRvlc->lastNrg != (pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 -… in rvlcFinalErrorDetection()1065 pRvlc->dpcm_noise_last_position = 0; /* only for debugging */ in CRvlc_Read()1099 pRvlc->dpcm_noise_last_position = FDKreadBits(bs, 9); /* #7 PNS */ in CRvlc_Read()
209 …*refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256 + pRv… in calcRefValBwd()