Home
last modified time | relevance | path

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

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