Lines Matching refs:pAacDecoderChannelInfo
158 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
202 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in CHcr_Read() argument
207 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = in CHcr_Read()
209 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0; in CHcr_Read()
216 pAacDecoderChannelInfo->pDynData->specificTo.aac in CHcr_Read()
221 pAacDecoderChannelInfo->pDynData->specificTo.aac in CHcr_Read()
230 pAacDecoderChannelInfo->pDynData->specificTo.aac in CHcr_Read()
235 pAacDecoderChannelInfo->pDynData->specificTo.aac in CHcr_Read()
246 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = in CHcr_Read()
250 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = in CHcr_Read()
265 UINT HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrInit() argument
268 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in HcrInit()
277 pAacDecoderChannelInfo->pDynData->specificTo.aac in HcrInit()
280 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword; in HcrInit()
282 pAacDecoderChannelInfo->pSpectralCoefficient; in HcrInit()
285 pAacDecoderChannelInfo->pDynData->specificTo.aac.aCodeBooks4Hcr; in HcrInit()
287 pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr; in HcrInit()
289 pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection; in HcrInit()
292 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in HcrInit()
297 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */ in HcrInit()
313 pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook; /* in */ in HcrInit()
330 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrInit()
340 &pAacDecoderChannelInfo->icsInfo, group); in HcrInit()
433 UINT HcrDecoder(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrDecoder() argument
487 HcrReorderQuantizedSpectralCoefficients(pHcr, pAacDecoderChannelInfo, in HcrDecoder()
511 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrReorderQuantizedSpectralCoefficients() argument
563 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) { in HcrReorderQuantizedSpectralCoefficients()
580 SHORT *pScaleFacHcr = pAacDecoderChannelInfo->pDynData->aScaleFactor; in HcrReorderQuantizedSpectralCoefficients()
581 SHORT *pSfbSclHcr = pAacDecoderChannelInfo->pDynData->aSfbScale; in HcrReorderQuantizedSpectralCoefficients()
583 &pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo); in HcrReorderQuantizedSpectralCoefficients()
589 pAacDecoderChannelInfo->granuleLength); in HcrReorderQuantizedSpectralCoefficients()
605 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
607 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
611 GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo, group); in HcrReorderQuantizedSpectralCoefficients()
619 pAacDecoderChannelInfo->granuleLength); in HcrReorderQuantizedSpectralCoefficients()
638 GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo, group); in HcrReorderQuantizedSpectralCoefficients()