Lines Matching refs:pSpectralCoefficient
222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData() local
233 … FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength); in CBlock_ScaleSpectralData()
444 …FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDe… in CBlock_InverseQuantizeSpectralData() local
469 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax); in CBlock_InverseQuantizeSpectralData()
491 InverseQuantizeBand(pSpectralCoefficient, noLines, lsb, scale); in CBlock_InverseQuantizeSpectralData()
512 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ReadSpectralData() local
519 FDKmemclear(pSpectralCoefficient, sizeof(SPECTRUM)); in CBlock_ReadSpectralData()
552 …FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength); in CBlock_ReadSpectralData()
632 SPEC_LONG(pSpectralCoefficient)); in CBlock_ReadSpectralData()
651 pAacDecoderChannelInfo[channel]->pSpectralCoefficient, in ApplyTools()
663 pAacDecoderChannelInfo[channel]->pSpectralCoefficient, in ApplyTools()
729 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient), in CBlock_FrequencyToTime()
758 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient), in CBlock_FrequencyToTimeLowDelay()