Home | History | Annotate | Download | only in src

Lines Matching refs:dpcm_noise_last_position

615   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 */