Searched refs:conceal_min_esc (Results 1 – 4 of 4) sorted by relevance
155 pRvlc->conceal_min_esc = CONCEAL_MIN_INIT; in rvlcInit()664 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()665 pRvlc->conceal_min_esc = bnds; in rvlcDecodeBackward()708 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()709 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward()746 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()747 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward()777 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()778 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward()917 pRvlc->conceal_min = fMax(pRvlc->conceal_min, pRvlc->conceal_min_esc); in rvlcFinalErrorDetection()
198 SHORT conceal_min_esc; /* is set at backward decoding */ member
744 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()745 ptr_rvlc->conceal_min_esc = bnds; in ixheaacd_rvlc_decode_backward()783 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()816 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()846 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()977 ptr_rvlc->conceal_min_esc = CONCEAL_MIN_INIT; in ixheaacd_rvlc_init()1621 ixheaacd_max32(ptr_rvlc->conceal_min, ptr_rvlc->conceal_min_esc); in ixheaacd_rvlc_final_error_detection()
150 WORD16 conceal_min_esc; member