Searched refs:max_sfb_ste (Results 1 – 5 of 5) sorted by relevance
201 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local214 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()266 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local268 if ((!CP_active) || (CP_active && (max_sfb_ste < noSfbs)) || in CChannelElement_Decode()347 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local360 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()532 INT max_sfb_ste; in CChannelElement_Read() local535 max_sfb_ste = GetScaleMaxFactorBandsTransmitted( in CChannelElement_Read()541 pAacDecoderChannelInfo[0]->icsInfo.max_sfb_ste = (UCHAR)max_sfb_ste; in CChannelElement_Read()542 pAacDecoderChannelInfo[1]->icsInfo.max_sfb_ste = (UCHAR)max_sfb_ste; in CChannelElement_Read()[all …]
560 int max_sfb_ste = in CJointStereo_ApplyMS() local723 for (; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()732 for (; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()891 for (band = 0; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()
175 UCHAR max_sfb_ste; member
162 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste; in ixheaacd_cplx_pred_data() local174 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) { in ixheaacd_cplx_pred_data()177 if (sfb + 1 < max_sfb_ste) in ixheaacd_cplx_pred_data()180 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) in ixheaacd_cplx_pred_data()185 for (sfb = 0; sfb < max_sfb_ste; sfb++) cplx_pred_used[g][sfb] = 1; in ixheaacd_cplx_pred_data()187 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) in ixheaacd_cplx_pred_data()209 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) { in ixheaacd_cplx_pred_data()239 if ((sfb + 1) < max_sfb_ste) { in ixheaacd_cplx_pred_data()247 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) { in ixheaacd_cplx_pred_data()266 UWORD8 max_sfb = pstr_core_coder->max_sfb_ste; in ixheaacd_read_ms_mask()[all …]
34 WORD32 max_sfb_ste; member