Lines Matching refs:pSpectralCoefficient
659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_Store() local
685 … FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, 1024 * sizeof(FIXP_CNCL)); in CConcealment_Store()
688 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1]; in CConcealment_Store()
699 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1]; in CConcealment_Store()
779 … FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL)); in CConcealment_Apply()
836 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_ApplyNoise() local
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen); in CConcealment_ApplyNoise()
936 FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL)); in CConcealment_ApplyNoise()
955 pAacDecoderChannelInfo->pSpectralCoefficient, in CConcealment_ApplyNoise()
974 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyNoise()
1016 …FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_ApplyInter() local
1039 pSpectralCoefficient[i] = FX_CNCL2FX_DBL(pConcealmentInfo->spectralCoefficient[i]); in CConcealment_ApplyInter()
1077 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-2) */ in CConcealment_ApplyInter()
1091 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-1) */ in CConcealment_ApplyInter()
1108 …CConcealment_CalcBandEnergy(&pSpectralCoefficient[samplesPerFrame - (samplesPerFrame / 8)], /* [wn… in CConcealment_ApplyInter()
1124 pSpectralCoefficient[i] = pConcealmentInfo->spectralCoefficient[i]; /* spec_n */ in CConcealment_ApplyInter()
1134 pSpectralCoefficient, /* spec_(n-1) */ in CConcealment_ApplyInter()
1153 CConcealment_CalcBandEnergy(pSpectralCoefficient, /* spec_(n-2) */ in CConcealment_ApplyInter()
1191 pSpectralCoefficient, /* spec_(n-1) */ in CConcealment_ApplyInter()
1205 pSpectralCoefficient, in CConcealment_ApplyInter()
1225 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyInter()
1243 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyInter()
1265 FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL)); in CConcealment_ApplyInter()
1281 pAacDecoderChannelInfo->pSpectralCoefficient, in CConcealment_ApplyInter()