Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp502 FIXP_DBL leftCoefficient3; in CJointStereo_GenerateMSOutput() local
513 leftCoefficient3 = pSpecLCurrBand[i - 1]; in CJointStereo_GenerateMSOutput()
524 leftCoefficient3 >>= leftScale; in CJointStereo_GenerateMSOutput()
534 pSpecLCurrBand[i - 1] = leftCoefficient3 + rightCoefficient3; in CJointStereo_GenerateMSOutput()
539 pSpecRCurrBand[i - 1] = leftCoefficient3 - rightCoefficient3; in CJointStereo_GenerateMSOutput()