• Home
  • Raw
  • Download

Lines Matching refs:icsInfo

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