Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp505 FIXP_DBL rightCoefficient1; in CJointStereo_GenerateMSOutput() local
516 rightCoefficient1 = pSpecRCurrBand[i - 3]; in CJointStereo_GenerateMSOutput()
527 rightCoefficient1 >>= rightScale; in CJointStereo_GenerateMSOutput()
532 pSpecLCurrBand[i - 3] = leftCoefficient1 + rightCoefficient1; in CJointStereo_GenerateMSOutput()
537 pSpecRCurrBand[i - 3] = leftCoefficient1 - rightCoefficient1; in CJointStereo_GenerateMSOutput()