Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp169 FIXP_DBL *leftSpectrum, *rightSpectrum; in CJointStereo_ApplyMS() local
174rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelIn… in CJointStereo_ApplyMS()
201 FIXP_DBL rightCoefficient = rightSpectrum [index] ; in CJointStereo_ApplyMS()
207 rightSpectrum [index] = leftCoefficient - rightCoefficient ; in CJointStereo_ApplyMS()
243 FIXP_DBL *leftSpectrum, *rightSpectrum; in CJointStereo_ApplyIS() local
249rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelIn… in CJointStereo_ApplyIS()
291 rightSpectrum[index] = fMult(leftSpectrum[index],scale); in CJointStereo_ApplyIS()