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

  /external/aac/libAACdec/src/
rvlcconceal.cpp 118 scalefactorband conceal_min. The same is done for intensity data and noise
134 int conceal_min, conceal_group_min; local
142 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands;
143 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands;
155 startBand = conceal_min - 1;
272 isolated between 'conceal_min' and 'conceal_max' and the 'sf_concealment' flag
280 conceal_min and conceal_max
291 int conceal_min, conceal_max; local
306 if (pRvlc->conceal_min == CONCEAL_MIN_INIT) pRvlc->conceal_min = 0
438 int conceal_min, conceal_max; local
    [all...]
rvlc.cpp 152 pRvlc->conceal_min = CONCEAL_MIN_INIT;
646 pRvlc->conceal_min = bnds;
652 pRvlc->conceal_min = bnds;
689 pRvlc->conceal_min = fMax(0, bnds - offset);
696 pRvlc->conceal_min = fMax(0, bnds - offset);
726 pRvlc->conceal_min = fMax(0, bnds - offset);
733 pRvlc->conceal_min = fMax(0, bnds - offset);
757 pRvlc->conceal_min = fMax(0, bnds - offset);
764 pRvlc->conceal_min = fMax(0, bnds - offset);
887 (pRvlc->conceal_min == CONCEAL_MIN_INIT))
    [all...]
rvlc_info.h 195 SHORT conceal_min; /* is set at backward decoding */ member in struct:__anon13613
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 724 ptr_rvlc->conceal_min = bnds;
730 ptr_rvlc->conceal_min = bnds;
973 ptr_rvlc->conceal_min = CONCEAL_MIN_INIT;
1011 WORD32 conceal_min, conceal_max; local
1023 if (ptr_rvlc->conceal_min == CONCEAL_MIN_INIT) ptr_rvlc->conceal_min = 0;
1029 conceal_min = ptr_rvlc->conceal_min % max_scf_bands;
1030 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands;
1036 ptr_aac_dec_channel_info->rvlc_scf_bwd_arr[ptr_rvlc->conceal_min]
1145 WORD32 conceal_min, conceal_group_min; local
1256 WORD32 conceal_min, conceal_max; local
    [all...]
ixheaacd_channelinfo.h 147 WORD16 conceal_min; member in struct:__anon26491

Completed in 1153 milliseconds