Searched refs:Y_shift_count (Results 1 – 1 of 1) sorted by relevance
191 int Y_shift_count = maxRange.height / shiftSize.height; in icvCalcOpticalFlowBM_8u32fR() local192 int min_count = MIN( X_shift_count, Y_shift_count ); in icvCalcOpticalFlowBM_8u32fR()244 if( X_shift_count < Y_shift_count ) in icvCalcOpticalFlowBM_8u32fR()249 for( i = min_count; i < Y_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()274 else if( X_shift_count > Y_shift_count ) in icvCalcOpticalFlowBM_8u32fR()286 for( j = -Y_shift_count; j <= Y_shift_count; j++, ss_count++ ) in icvCalcOpticalFlowBM_8u32fR()296 for( j = -Y_shift_count; j <= Y_shift_count; j++, ss_count++ ) in icvCalcOpticalFlowBM_8u32fR()