Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp169 FIXP_DBL *leftSpectrum, *rightSpectrum; in CJointStereo_ApplyMS() local
173leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInf… in CJointStereo_ApplyMS()
200 FIXP_DBL leftCoefficient = leftSpectrum [index] ; in CJointStereo_ApplyMS()
206 leftSpectrum [index] = leftCoefficient + rightCoefficient ; in CJointStereo_ApplyMS()
243 FIXP_DBL *leftSpectrum, *rightSpectrum; in CJointStereo_ApplyIS() local
248leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInf… in CJointStereo_ApplyIS()
291 rightSpectrum[index] = fMult(leftSpectrum[index],scale); in CJointStereo_ApplyIS()