Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp201 FIXP_DBL rightCoefficient = rightSpectrum [index] ; in CJointStereo_ApplyMS() local
204 rightCoefficient >>= rScale ; in CJointStereo_ApplyMS()
206 leftSpectrum [index] = leftCoefficient + rightCoefficient ; in CJointStereo_ApplyMS()
207 rightSpectrum [index] = leftCoefficient - rightCoefficient ; in CJointStereo_ApplyMS()