Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlc.cpp154 pRvlc->conceal_max_esc = CONCEAL_MAX_INIT; in rvlcInit()
498 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
499 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
533 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
534 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
564 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
565 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
596 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
597 pRvlc->conceal_max_esc = bnds; in rvlcDecodeForward()
915 pRvlc->conceal_max = fMin(pRvlc->conceal_max, pRvlc->conceal_max_esc); in rvlcFinalErrorDetection()
Drvlc_info.h199 SHORT conceal_max_esc; /* is set at forward decoding */ member
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c588 if (ptr_rvlc->conceal_max_esc == 1311) { in ixheaacd_rvlc_decode_forward()
589 ptr_rvlc->conceal_max_esc = bnds; in ixheaacd_rvlc_decode_forward()
623 if (ptr_rvlc->conceal_max_esc == 1311) { in ixheaacd_rvlc_decode_forward()
624 ptr_rvlc->conceal_max_esc = bnds; in ixheaacd_rvlc_decode_forward()
658 if (ptr_rvlc->conceal_max_esc == 1311) { in ixheaacd_rvlc_decode_forward()
659 ptr_rvlc->conceal_max_esc = bnds; in ixheaacd_rvlc_decode_forward()
689 if (ptr_rvlc->conceal_max_esc == 1311) { in ixheaacd_rvlc_decode_forward()
690 ptr_rvlc->conceal_max_esc = bnds; in ixheaacd_rvlc_decode_forward()
980 ptr_rvlc->conceal_max_esc = CONCEAL_MAX_INIT; in ixheaacd_rvlc_init()
1637 ixheaacd_min32(ptr_rvlc->conceal_max, ptr_rvlc->conceal_max_esc); in ixheaacd_rvlc_final_error_detection()
Dixheaacd_channelinfo.h150 WORD16 conceal_max_esc; member