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()848 specScaleL[window] = specScaleR[window] = frameMaxScale; in CJointStereo_ApplyMS()853 if (dmx_re_prev_e < frameMaxScale) { in CJointStereo_ApplyMS()857 -fMin(DFRACT_BITS - 1, (frameMaxScale - dmx_re_prev_e))); in CJointStereo_ApplyMS()861 -fMin(DFRACT_BITS - 1, (frameMaxScale - dmx_re_prev_e))); in CJointStereo_ApplyMS()874 if (specScaleL[window - 1] < frameMaxScale) { in CJointStereo_ApplyMS()[all …]