Home | History | Annotate | Download | only in src

Lines Matching defs:pSpectralCoefficient

222   SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient;
233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
444 pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
469 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax);
479 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * 2^(0.25*pScaleFactor[bnds]) * pSpectralCoefficient[i]^(4/3)
481 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * (2^(pScaleFactor[bnds] % 4) * pSpectralCoefficient[i]^(4/3))
491 InverseQuantizeBand(pSpectralCoefficient, noLines, lsb, scale);
512 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient;
519 FDKmemclear(pSpectralCoefficient, sizeof(SPECTRUM));
552 FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
626 SPEC_LONG(pSpectralCoefficient));
645 pAacDecoderChannelInfo[channel]->pSpectralCoefficient,
657 pAacDecoderChannelInfo[channel]->pSpectralCoefficient,
723 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient),
752 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient),