Home
last modified time | relevance | path

Searched refs:max_sfb_ste (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp201 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local
214 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() local
268 if (!(CP_active && (max_sfb_ste == noSfbs)) || in CChannelElement_Decode()
349 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local
362 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()
534 INT max_sfb_ste; in CChannelElement_Read() local
537 max_sfb_ste = GetScaleMaxFactorBandsTransmitted( in CChannelElement_Read()
543 pAacDecoderChannelInfo[0]->icsInfo.max_sfb_ste = (UCHAR)max_sfb_ste; in CChannelElement_Read()
544 pAacDecoderChannelInfo[1]->icsInfo.max_sfb_ste = (UCHAR)max_sfb_ste; in CChannelElement_Read()
[all …]
Dstereo.cpp560 int max_sfb_ste = in CJointStereo_ApplyMS() local
723 for (; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()
732 for (; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()
889 for (band = 0; band < max_sfb_ste; band++) { in CJointStereo_ApplyMS()
Dchannelinfo.h175 UCHAR max_sfb_ste; member
/external/libxaac/decoder/
Dixheaacd_ext_ch_ele.c161 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste; in ixheaacd_cplx_pred_data() local
173 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) { in ixheaacd_cplx_pred_data()
176 if (sfb + 1 < max_sfb_ste) in ixheaacd_cplx_pred_data()
179 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) in ixheaacd_cplx_pred_data()
184 for (sfb = 0; sfb < max_sfb_ste; sfb++) cplx_pred_used[g][sfb] = 1; in ixheaacd_cplx_pred_data()
186 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) in ixheaacd_cplx_pred_data()
208 for (sfb = 0; sfb < max_sfb_ste; sfb += SFB_PER_PRED_BAND) { in ixheaacd_cplx_pred_data()
238 if ((sfb + 1) < max_sfb_ste) { in ixheaacd_cplx_pred_data()
246 for (sfb = max_sfb_ste; sfb < SFB_NUM_MAX; sfb++) { in ixheaacd_cplx_pred_data()
265 UWORD8 max_sfb = pstr_core_coder->max_sfb_ste; in ixheaacd_read_ms_mask()
[all …]
Dixheaacd_bit_extract.h34 WORD32 max_sfb_ste; member