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));
835 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
884 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen);
935 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);
444 FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
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[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_drc.cpp 798 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
956 pSpectralCoefficient[bin] = fMult(pSpectralCoefficient[bin], fact_mantissa[band]);
967 pSpectralCoefficient[bin] = fMult(pSpectralCoefficient[bin], fact);
    [all...]
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 */
aacdecoder.cpp 980 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
    [all...]
aacdec_hcr.cpp 295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
301 pHcr->nonPcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
    [all...]

Completed in 83 milliseconds