Home
last modified time | relevance | path

Searched defs:pSpectralCoefficient (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData() local
443 …FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDe… in CBlock_InverseQuantizeSpectralData() local
511 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ReadSpectralData() local
Dconceal.cpp659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_Store() local
836 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_ApplyNoise() local
1016 …FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_ApplyInter() local
Daacdec_tns.cpp336 SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply()
Daacdec_drc.cpp870 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in aacDecoder_drcApply() local
Dchannelinfo.h274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */ member