Home | History | Annotate | Download | only in src

Lines Matching refs:pAacDecoderChannelInfo

207     CAacDecoderChannelInfo *pAacDecoderChannelInfo,
219 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
653 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
656 if ( !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD
659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
731 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
742 && (pAacDecoderChannelInfo->renderMode != (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode) ) {
744 pAacDecoderChannelInfo->renderMode = (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode;
747 hConcealmentInfo->lastRenderMode = (SCHAR)pAacDecoderChannelInfo->renderMode;
754 pAacDecoderChannelInfo,
769 if ( !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD
779 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
790 pAacDecoderChannelInfo,
801 pAacDecoderChannelInfo,
828 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
836 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
837 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
838 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
944 &pAacDecoderChannelInfo->data.aac.PnsData,
947 pAacDecoderChannelInfo->pDynData->aSfbScale,
948 pAacDecoderChannelInfo->pDynData->aScaleFactor,
953 &pAacDecoderChannelInfo->data.aac.PnsData,
955 pAacDecoderChannelInfo->pSpectralCoefficient,
956 pAacDecoderChannelInfo->specScale,
957 pAacDecoderChannelInfo->pDynData->aScaleFactor,
959 pAacDecoderChannelInfo->granuleLength,
1008 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
1016 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
1017 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
1018 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
1270 &pAacDecoderChannelInfo->data.aac.PnsData,
1273 pAacDecoderChannelInfo->specScale,
1274 pAacDecoderChannelInfo->pDynData->aScaleFactor,
1279 &pAacDecoderChannelInfo->data.aac.PnsData,
1281 pAacDecoderChannelInfo->pSpectralCoefficient,
1282 pAacDecoderChannelInfo->specScale,
1283 pAacDecoderChannelInfo->pDynData->aScaleFactor,
1285 pAacDecoderChannelInfo->granuleLength,