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 …]
532 WORD16 dpcm; in ixheaacd_rvlc_decode_forward() local570 dpcm = ixheaacd_decode_rvlc_code_word(it_bit_buff, ptr_rvlc); in ixheaacd_rvlc_decode_forward()571 if (dpcm < 0) { in ixheaacd_rvlc_decode_forward()575 dpcm -= 7; in ixheaacd_rvlc_decode_forward()577 if ((dpcm == -7) || (dpcm == 7)) { in ixheaacd_rvlc_decode_forward()582 if (dpcm == -7) { in ixheaacd_rvlc_decode_forward()583 dpcm -= *ptr_scf_esc++; in ixheaacd_rvlc_decode_forward()585 dpcm += *ptr_scf_esc++; in ixheaacd_rvlc_decode_forward()593 position += dpcm; in ixheaacd_rvlc_decode_forward()606 dpcm = ixheaacd_decode_rvlc_code_word(it_bit_buff, ptr_rvlc); in ixheaacd_rvlc_decode_forward()[all …]