Searched refs:y_points (Results 1 – 1 of 1) sorted by relevance
87 int y_points = samples / x_points; in process() local89 int step_y = images[0].rows / y_points; in process()92 for(int j = 0, y = step_y / 2; j < y_points; j++, y += step_y) { in process()