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

  /external/aac/libAACdec/src/
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...]
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...]
stereo.cpp 173 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);
aacdec_tns.cpp 336 SPECTRAL_PTR pSpectralCoefficient,
350 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength);
block.h 148 SPECTRAL_PTR pSpectralCoefficient,
channelinfo.h 267 * - pSpectralCoefficient The memory pointed to can be overwritten after time signal rendering.
274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */
aacdec_drc.cpp 870 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
    [all...]
aacdecoder.cpp     [all...]
aacdec_hcr.cpp 295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
301 pHcr->nonPcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
    [all...]

Completed in 138 milliseconds