Home
last modified time | relevance | path

Searched refs:conceal_max_esc (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Drvlc.cpp137 pRvlc->conceal_max_esc = CONCEAL_MAX_INIT; in rvlcInit()
479 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
480 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
517 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
518 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
549 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
550 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
583 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
584 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
916 pRvlc->conceal_max = FDKmin(pRvlc->conceal_max,pRvlc->conceal_max_esc); in rvlcFinalErrorDetection()
Drvlc_info.h169 SHORT conceal_max_esc; /* is set at forward decoding */ member