HomeSort by relevance Sort by last modified time
    Searched defs:pSpectralCoefficient (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
block.cpp 222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient;
233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
443 FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
468 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax);
478 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * 2^(0.25*pScaleFactor[bnds]) * pSpectralCoefficient[i]^(4/3)
480 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * (2^(pScaleFactor[bnds] % 4) * pSpectralCoefficient[i]^(4/3 (…)
    [all...]
channelinfo.h 267 * - pSpectralCoefficient The memory pointed to can be overwritten after time signal rendering.
274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */
conceal.cpp 659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
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);
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen);
936 FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL))
    [all...]

Completed in 80 milliseconds