Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp500 FIXP_DBL leftCoefficient1; in CJointStereo_GenerateMSOutput() local
511 leftCoefficient1 = pSpecLCurrBand[i - 3]; in CJointStereo_GenerateMSOutput()
522 leftCoefficient1 >>= leftScale; in CJointStereo_GenerateMSOutput()
532 pSpecLCurrBand[i - 3] = leftCoefficient1 + rightCoefficient1; in CJointStereo_GenerateMSOutput()
537 pSpecRCurrBand[i - 3] = leftCoefficient1 - rightCoefficient1; in CJointStereo_GenerateMSOutput()