Searched refs:conceal_min_esc (Results 1 – 2 of 2) sorted by relevance
138 pRvlc->conceal_min_esc = CONCEAL_MIN_INIT; in rvlcInit()654 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()655 pRvlc->conceal_min_esc = bnds; in rvlcDecodeBackward()701 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()702 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset); in rvlcDecodeBackward()738 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()739 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset); in rvlcDecodeBackward()771 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) { in rvlcDecodeBackward()772 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset); in rvlcDecodeBackward()917 pRvlc->conceal_min = FDKmax(pRvlc->conceal_min,pRvlc->conceal_min_esc); in rvlcFinalErrorDetection()
168 SHORT conceal_min_esc; /* is set at backward decoding */ member