Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dblock.h111 SPECTRAL_PTR pSpectrum,
148 SPECTRAL_PTR pSpectralCoefficient,
Doverlapadd.h99 typedef FIXP_DBL * SPECTRAL_PTR; typedef
Daacdec_hcr_types.h275 SPECTRAL_PTR pQuantizedSpectralCoefficientsBase;
Dchannelinfo.h274 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */
Daacdec_pns.cpp334 SPECTRAL_PTR pSpectrum, in CPns_Apply()
Dblock.cpp222 SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData()
512 SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ReadSpectralData()
Daacdec_tns.cpp336 SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply()
Daacdecoder.cpp1051 …self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workB… in CAacDecoder_Init()
1357 tmpAacDecoderChannelInfo.pSpectralCoefficient = (SPECTRAL_PTR)mdctSpec; in CAacDecoder_DecodeFrame()
Daacdec_hcr.cpp574SPECTRAL_PTR pQuantizedSpectralCoefficientsBase = pHcr->decInOut.pQuantizedSpectralCoefficientsBa… in HcrReorderQuantizedSpectralCoefficients()