Home | History | Annotate | Download | only in src

Lines Matching refs:pAacDecoderChannelInfo

157         CAacDecoderChannelInfo *pAacDecoderChannelInfo,
208 CAacDecoderChannelInfo *pAacDecoderChannelInfo)
210 INT globalHcrType = getHcrType(&pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo);
214 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = 0;
215 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0;
223 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
227 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = CPE_TOP_LENGTH; /* use valid maximum */
233 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
237 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = SCE_TOP_LENGTH; /* use valid maximum */
245 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = lengOfLongestCodeword; /* the decoded value is within range */
249 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = LEN_OF_LONGEST_CW_TOP_LENGTH; /* use valid maximum */
281 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
285 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
293 pHcr->decInOut.lengthOfReorderedSpectralData = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData;
294 pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword;
295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
297 pHcr->decInOut.pCodebook = pAacDecoderChannelInfo->pDynData->specificTo.aac.aCodeBooks4Hcr;
298 pHcr->decInOut.pNumLineInSect = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr;
299 pHcr->decInOut.numSection = pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection;
301 pHcr->nonPcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */
323 pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook; /* in */
338 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
452 const CAacDecoderChannelInfo *pAacDecoderChannelInfo,
473 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
534 HcrReorderQuantizedSpectralCoefficients(pHcr, pAacDecoderChannelInfo, pSamplingRateInfo);
562 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
619 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo))
637 SHORT *pScaleFacHcr = pAacDecoderChannelInfo->pDynData->aScaleFactor;
638 SHORT *pSfbSclHcr = pAacDecoderChannelInfo->pDynData->aSfbScale;
639 const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
644 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
658 numSfbTransm = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
668 pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);