Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp506 FIXP_DBL rightCoefficient2; in CJointStereo_GenerateMSOutput() local
517 rightCoefficient2 = pSpecRCurrBand[i - 2]; in CJointStereo_GenerateMSOutput()
528 rightCoefficient2 >>= rightScale; in CJointStereo_GenerateMSOutput()
533 pSpecLCurrBand[i - 2] = leftCoefficient2 + rightCoefficient2; in CJointStereo_GenerateMSOutput()
538 pSpecRCurrBand[i - 2] = leftCoefficient2 - rightCoefficient2; in CJointStereo_GenerateMSOutput()