Lines Matching refs:icsInfo

175 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);  in CBlock_ReadScaleFactorData()
176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadScaleFactorData()
221 …const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, p… in CBlock_ScaleSpectralData()
227 int max_band = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ScaleSpectralData()
228 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ScaleSpectralData()
230 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ScaleSpectralData()
286 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in CBlock_ReadSectionData()
292 const int nbits = (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3; in CBlock_ReadSectionData()
296 …HAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSectionData()
297 for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadSectionData()
343 if (IsLongBlock( &(pAacDecoderChannelInfo->icsInfo) )) in CBlock_ReadSectionData()
429 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_InverseQuantizeSpectralData()
433 …const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pS… in CBlock_InverseQuantizeSpectralData()
437 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_InverseQuantizeSpectralData()
439 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_InverseQuantizeSpectralData()
510 …const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pS… in CBlock_ReadSpectralData()
515 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSpectralData()
526 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadSpectralData()
548 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ReadSpectralData()
583 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in CBlock_ReadSpectralData()
621 if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|AC_SCALABLE)) ) in CBlock_ReadSpectralData()
625 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo), in CBlock_ReadSpectralData()
644 &pAacDecoderChannelInfo[channel]->icsInfo, in ApplyTools()
656 &pAacDecoderChannelInfo[channel]->icsInfo, in ApplyTools()
693 switch( pAacDecoderChannelInfo->icsInfo.WindowSequence ) { in CBlock_FrequencyToTime()
697 fr = frameLen - getWindow2Nr(frameLen, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)); in CBlock_FrequencyToTime()
728 FDKgetWindowSlope(fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()
730 FDKgetWindowSlope(fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CBlock_FrequencyToTime()