Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.cpp659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_Store() local
685 … FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, 1024 * sizeof(FIXP_CNCL)); in CConcealment_Store()
688 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1]; in CConcealment_Store()
699 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024-1]; in CConcealment_Store()
779 … FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL)); in CConcealment_Apply()
836 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_ApplyNoise() local
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLen); in CConcealment_ApplyNoise()
936 FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL)); in CConcealment_ApplyNoise()
955 pAacDecoderChannelInfo->pSpectralCoefficient, in CConcealment_ApplyNoise()
974 FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1]; in CConcealment_ApplyNoise()
[all …]
Dblock.cpp222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData() local
233 … FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength); in CBlock_ScaleSpectralData()
443 …FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDe… in CBlock_InverseQuantizeSpectralData() local
468 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax); in CBlock_InverseQuantizeSpectralData()
490 InverseQuantizeBand(pSpectralCoefficient, noLines, lsb, scale); in CBlock_InverseQuantizeSpectralData()
511 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ReadSpectralData() local
518 FDKmemclear(pSpectralCoefficient, sizeof(SPECTRUM)); in CBlock_ReadSpectralData()
551 …FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength); in CBlock_ReadSpectralData()
625 SPEC_LONG(pSpectralCoefficient)); in CBlock_ReadSpectralData()
644 pAacDecoderChannelInfo[channel]->pSpectralCoefficient, in ApplyTools()
[all …]
Dstereo.cpp173 …leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInf… in CJointStereo_ApplyMS()
174 …rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelIn… in CJointStereo_ApplyMS()
248 …leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInf… in CJointStereo_ApplyIS()
249 …rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelIn… in CJointStereo_ApplyIS()
Daacdec_drc.cpp870 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in aacDecoder_drcApply() local
1060 pSpectralCoefficient[bin] = fMult(pSpectralCoefficient[bin], fact_mantissa[band]); in aacDecoder_drcApply()
1070 pSpectralCoefficient[bin] >>= max_exponent; in aacDecoder_drcApply()
Daacdec_tns.cpp336 SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply() argument
350 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength); in CTns_Apply()
Dblock.h148 SPECTRAL_PTR pSpectralCoefficient,
Dchannelinfo.h274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */ member
Daacdecoder.cpp1051 …self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workB… in CAacDecoder_Init()
1357 tmpAacDecoderChannelInfo.pSpectralCoefficient = (SPECTRAL_PTR)mdctSpec; in CAacDecoder_DecodeFrame()
1720 …FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSam… in CAacDecoder_DecodeFrame()
1784 …FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSam… in CAacDecoder_DecodeFrame()
Daacdec_hcr.cpp295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient; in HcrInit()
301 …PcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in HcrInit()