Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp504 FIXP_DBL rightCoefficient0; in CJointStereo_GenerateMSOutput() local
515 rightCoefficient0 = pSpecRCurrBand[i - 4]; in CJointStereo_GenerateMSOutput()
526 rightCoefficient0 >>= rightScale; in CJointStereo_GenerateMSOutput()
531 pSpecLCurrBand[i - 4] = leftCoefficient0 + rightCoefficient0; in CJointStereo_GenerateMSOutput()
536 pSpecRCurrBand[i - 4] = leftCoefficient0 - rightCoefficient0; in CJointStereo_GenerateMSOutput()