Searched refs:pSpecRCurrBand (Results 1 – 1 of 1) sorted by relevance
493 FIXP_DBL *pSpecRCurrBand, in CJointStereo_GenerateMSOutput() argument515 rightCoefficient0 = pSpecRCurrBand[i - 4]; in CJointStereo_GenerateMSOutput()516 rightCoefficient1 = pSpecRCurrBand[i - 3]; in CJointStereo_GenerateMSOutput()517 rightCoefficient2 = pSpecRCurrBand[i - 2]; in CJointStereo_GenerateMSOutput()518 rightCoefficient3 = pSpecRCurrBand[i - 1]; in CJointStereo_GenerateMSOutput()536 pSpecRCurrBand[i - 4] = leftCoefficient0 - rightCoefficient0; in CJointStereo_GenerateMSOutput()537 pSpecRCurrBand[i - 3] = leftCoefficient1 - rightCoefficient1; in CJointStereo_GenerateMSOutput()538 pSpecRCurrBand[i - 2] = leftCoefficient2 - rightCoefficient2; in CJointStereo_GenerateMSOutput()539 pSpecRCurrBand[i - 1] = leftCoefficient3 - rightCoefficient3; in CJointStereo_GenerateMSOutput()