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

  /external/aac/libAACdec/src/
rvlc_info.h 198 SHORT conceal_min_esc; /* is set at backward decoding */ member in struct:__anon14657
rvlc.cpp 155 pRvlc->conceal_min_esc = CONCEAL_MIN_INIT;
664 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
665 pRvlc->conceal_min_esc = bnds;
708 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
709 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
745 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
746 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
776 if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
777 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
    [all...]
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 744 if (ptr_rvlc->conceal_min_esc == -1311) {
745 ptr_rvlc->conceal_min_esc = bnds;
787 if (ptr_rvlc->conceal_min_esc == -1311) {
820 if (ptr_rvlc->conceal_min_esc == -1311) {
850 if (ptr_rvlc->conceal_min_esc == -1311) {
981 ptr_rvlc->conceal_min_esc = CONCEAL_MIN_INIT;
    [all...]
ixheaacd_channelinfo.h 149 WORD16 conceal_min_esc; member in struct:__anon30170

Completed in 419 milliseconds