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) || (CP_active && (max_sfb_ste < noSfbs)) || in CChannelElement_Decode()
347 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() local
360 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode()
532 INT max_sfb_ste; in CChannelElement_Read() local
535 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 …]
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()
891 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.c162 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste; in ixheaacd_cplx_pred_data() local
174 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 …]
Dixheaacd_bit_extract.h34 WORD32 max_sfb_ste; member