Searched refs:pSpecLCurrBand (Results 1 – 1 of 1) sorted by relevance
492 static inline void CJointStereo_GenerateMSOutput(FIXP_DBL *pSpecLCurrBand, in CJointStereo_GenerateMSOutput() argument510 leftCoefficient0 = pSpecLCurrBand[i - 4]; in CJointStereo_GenerateMSOutput()511 leftCoefficient1 = pSpecLCurrBand[i - 3]; in CJointStereo_GenerateMSOutput()512 leftCoefficient2 = pSpecLCurrBand[i - 2]; in CJointStereo_GenerateMSOutput()513 leftCoefficient3 = pSpecLCurrBand[i - 1]; in CJointStereo_GenerateMSOutput()531 pSpecLCurrBand[i - 4] = leftCoefficient0 + rightCoefficient0; in CJointStereo_GenerateMSOutput()532 pSpecLCurrBand[i - 3] = leftCoefficient1 + rightCoefficient1; in CJointStereo_GenerateMSOutput()533 pSpecLCurrBand[i - 2] = leftCoefficient2 + rightCoefficient2; in CJointStereo_GenerateMSOutput()534 pSpecLCurrBand[i - 1] = leftCoefficient3 + rightCoefficient3; in CJointStereo_GenerateMSOutput()