Searched defs:pSpectralCoefficient (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_tns.cpp336 SPECTRAL_PTR pSpectralCoefficient,
350 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength);
333 CTns_Apply( CTnsData *RESTRICT pTnsData, const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient, const SamplingRateInfo *pSamplingRateInfo, const INT granuleLength ) argument
H A Dblock.cpp222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; local
233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
444 FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band]; local
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[
512 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; local
[all...]
H A Dchannelinfo.h267 * - pSpectralCoefficient The memory pointed to can be overwritten after time signal rendering.
274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */ member in struct:__anon42
H A Dconceal.cpp659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); local
685 FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, 1024 * sizeof(FIXP_CNCL));
688 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1];
699 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1];
779 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
836 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); local
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen);
936 FDKmemclear(pSpectralCoefficient, samplesPerFram
1016 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); local
[all...]

Completed in 389 milliseconds