Searched refs:frameMaxScale (Results 1 – 1 of 1) sorted by relevance
567 int windowLen, groupwin, frameMaxScale; in CJointStereo_ApplyMS() local704 frameMaxScale = 0; in CJointStereo_ApplyMS()741 frameMaxScale = in CJointStereo_ApplyMS()742 (frameMaxScale < windowMaxScale) ? windowMaxScale : frameMaxScale; in CJointStereo_ApplyMS()748 frameMaxScale += 2; in CJointStereo_ApplyMS()850 specScaleL[window] = specScaleR[window] = frameMaxScale; in CJointStereo_ApplyMS()855 if (dmx_re_prev_e < frameMaxScale) { in CJointStereo_ApplyMS()858 -(frameMaxScale - dmx_re_prev_e)); in CJointStereo_ApplyMS()861 dmx_re_prev[i] >>= (frameMaxScale - dmx_re_prev_e); in CJointStereo_ApplyMS()875 if (specScaleL[window - 1] < frameMaxScale) { in CJointStereo_ApplyMS()[all …]