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

  /external/aac/libAACdec/src/
channel.cpp 201 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); local
214 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste,
266 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); local
268 if ((!CP_active) || (CP_active && (max_sfb_ste < noSfbs)) ||
347 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); local
360 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste,
532 INT max_sfb_ste; local
    [all...]
channelinfo.h 175 UCHAR max_sfb_ste; member in struct:__anon13593
stereo.cpp 560 int max_sfb_ste = local
721 min_sfb_ste) { /* i.e. scaleFactorBandsTransmittedL == max_sfb_ste
723 for (; band < max_sfb_ste; band++) {
730 min_sfb_ste) { /* i.e. scaleFactorBandsTransmittedR == max_sfb_ste
732 for (; band < max_sfb_ste; band++) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_bit_extract.h 34 WORD32 max_sfb_ste; member in struct:__anon26480
ixheaacd_ext_ch_ele.c 162 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste; local
174 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) {
177 if (sfb + 1 < max_sfb_ste)
180 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++)
185 for (sfb = 0; sfb < max_sfb_ste; sfb++) cplx_pred_used[g][sfb] = 1;
187 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++)
209 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) {
239 if ((sfb + 1) < max_sfb_ste) {
247 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++)
    [all...]

Completed in 116 milliseconds