Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp499 FIXP_DBL leftCoefficient0; in CJointStereo_GenerateMSOutput() local
510 leftCoefficient0 = pSpecLCurrBand[i - 4]; in CJointStereo_GenerateMSOutput()
521 leftCoefficient0 >>= leftScale; in CJointStereo_GenerateMSOutput()
531 pSpecLCurrBand[i - 4] = leftCoefficient0 + rightCoefficient0; in CJointStereo_GenerateMSOutput()
536 pSpecRCurrBand[i - 4] = leftCoefficient0 - rightCoefficient0; in CJointStereo_GenerateMSOutput()