Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp507 FIXP_DBL rightCoefficient3; in CJointStereo_GenerateMSOutput() local
518 rightCoefficient3 = pSpecRCurrBand[i - 1]; in CJointStereo_GenerateMSOutput()
529 rightCoefficient3 >>= rightScale; in CJointStereo_GenerateMSOutput()
534 pSpecLCurrBand[i - 1] = leftCoefficient3 + rightCoefficient3; in CJointStereo_GenerateMSOutput()
539 pSpecRCurrBand[i - 1] = leftCoefficient3 - rightCoefficient3; in CJointStereo_GenerateMSOutput()