Searched refs:dpcm (Results 1 – 2 of 2) sorted by relevance
443 SHORT dpcm; in rvlcDecodeForward() local481 dpcm = decodeRVLCodeword(bs, pRvlc); in rvlcDecodeForward()482 if (dpcm < 0) { in rvlcDecodeForward()486 dpcm -= TABLE_OFFSET; in rvlcDecodeForward()487 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeForward()492 if (dpcm == MIN_RVL) { in rvlcDecodeForward()493 dpcm -= *pScfEsc++; in rvlcDecodeForward()495 dpcm += *pScfEsc++; in rvlcDecodeForward()503 position += dpcm; in rvlcDecodeForward()516 dpcm = decodeRVLCodeword(bs, pRvlc); in rvlcDecodeForward()[all …]
527 WORD16 dpcm; in ixheaacd_rvlc_decode_forward() local565 dpcm = ixheaacd_decode_rvlc_code_word(it_bit_buff, ptr_rvlc); in ixheaacd_rvlc_decode_forward()566 if (dpcm < 0) { in ixheaacd_rvlc_decode_forward()570 dpcm -= 7; in ixheaacd_rvlc_decode_forward()572 if ((dpcm == -7) || (dpcm == 7)) { in ixheaacd_rvlc_decode_forward()577 if (dpcm == -7) { in ixheaacd_rvlc_decode_forward()578 dpcm -= *ptr_scf_esc++; in ixheaacd_rvlc_decode_forward()580 dpcm += *ptr_scf_esc++; in ixheaacd_rvlc_decode_forward()588 position += dpcm; in ixheaacd_rvlc_decode_forward()601 dpcm = ixheaacd_decode_rvlc_code_word(it_bit_buff, ptr_rvlc); in ixheaacd_rvlc_decode_forward()[all …]