Home | History | Annotate | Download | only in src

Lines Matching refs:icsInfo

110   for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) {
113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
155 int maxSfBandsL = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo);
156 int maxSfBandsR = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo);
162 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
163 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
171 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
172 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
174 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo),
201 int maxSfb = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
204 if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) ) {
290 &pAacDecoderChannelInfo[ch]->icsInfo,
295 pAacDecoderChannelInfo[1]->icsInfo = pAacDecoderChannelInfo[0]->icsInfo;
310 GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo),
311 GetScaleMaxFactorBandsTransmitted(&pAacDecoderChannelInfo[0]->icsInfo,
312 &pAacDecoderChannelInfo[1]->icsInfo),
346 (void*)&pAacDecoderChannelInfo[ch]->icsInfo,
358 error = CTns_Read(hBs, &pAacDecoderChannelInfo[ch]->pDynData->TnsData, &pAacDecoderChannelInfo[ch]->icsInfo, flags);