HomeSort by relevance Sort by last modified time
    Searched refs:conceal_max_esc (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
rvlc_info.h 169 SHORT conceal_max_esc; /* is set at forward decoding */ member in struct:__anon4671
rvlc.cpp 137 pRvlc->conceal_max_esc = CONCEAL_MAX_INIT;
479 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
480 pRvlc->conceal_max_esc = bnds;
517 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
518 pRvlc->conceal_max_esc = bnds;
549 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
550 pRvlc->conceal_max_esc = bnds;
583 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
584 pRvlc->conceal_max_esc = bnds;
    [all...]

Completed in 155 milliseconds