Searched refs:currentShape (Results 1 – 1 of 1) sorted by relevance
601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape; in CJointStereo_ApplyMS() local662 if ((previousShape == SHAPE_SINE) && (currentShape == SHAPE_SINE)) { in CJointStereo_ApplyMS()664 } else if ((previousShape == SHAPE_SINE) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()666 } else if ((previousShape == SHAPE_KBD) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()959 pCoeff = mdst_filt_coef_curr[currentShape]; in CJointStereo_ApplyMS()960 pCoeffPrev = mdst_filt_coef_prev[currentShape]; in CJointStereo_ApplyMS()