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()745 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()746 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward()776 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()777 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward()916 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()787 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()820 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()850 if (ptr_rvlc->conceal_min_esc == -1311) { in ixheaacd_rvlc_decode_backward()981 ptr_rvlc->conceal_min_esc = CONCEAL_MIN_INIT; in ixheaacd_rvlc_init()1639 ixheaacd_max32(ptr_rvlc->conceal_min, ptr_rvlc->conceal_min_esc); in ixheaacd_rvlc_final_error_detection()
149 WORD16 conceal_min_esc; member