Searched refs:pSpectralCoefficient (Results 1 - 9 of 9) sorted by relevance

/external/aac/libAACdec/src/
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...]
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 Dstereo.cpp173 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
174 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
248 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
249 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
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.h148 SPECTRAL_PTR pSpectralCoefficient,
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 Daacdec_drc.cpp870 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
1060 pSpectralCoefficient[bin] = fMult(pSpectralCoefficient[bin], fact_mantissa[band]);
1070 pSpectralCoefficient[bin] >>= max_exponent;
H A Daacdecoder.cpp1049 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
1352 tmpAacDecoderChannelInfo.pSpectralCoefficient = (SPECTRAL_PTR)mdctSpec;
1707 /* Clear pAacDecoderChannelInfo->pSpectralCoefficient because with AACDEC_FLUSH set it contains undefined data. */
1708 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFrame);
1772 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFrame);
H A Daacdec_hcr.cpp295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
301 pHcr->nonPcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);

Completed in 628 milliseconds