Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp501 FIXP_DBL leftCoefficient2; in CJointStereo_GenerateMSOutput() local
512 leftCoefficient2 = pSpecLCurrBand[i - 2]; in CJointStereo_GenerateMSOutput()
523 leftCoefficient2 >>= leftScale; in CJointStereo_GenerateMSOutput()
533 pSpecLCurrBand[i - 2] = leftCoefficient2 + rightCoefficient2; in CJointStereo_GenerateMSOutput()
538 pSpecRCurrBand[i - 2] = leftCoefficient2 - rightCoefficient2; in CJointStereo_GenerateMSOutput()