Lines Matching refs:y_start
427 window.y_end > window.y_start) { in ensure_ae_metering_mode()
442 … weighted_window.x_start, weighted_window.y_start, weighted_window.x_end, weighted_window.y_end); in ensure_ae_metering_mode()
445 weighted_window.y_end > weighted_window.y_start) { in ensure_ae_metering_mode()
760 uint32_t weighted_grid_height = ((weighted_window.y_end - weighted_window.y_start + 1) + in set_RGBS_weight_grid()
775 … _params.window_list[win_index].x_start, _params.window_list[win_index].y_start, in set_RGBS_weight_grid()
782 (_params.window_list[win_index].y_start < 0) || in set_RGBS_weight_grid()
785 (_params.window_list[win_index].y_start >= _params.window_list[win_index].y_end) || in set_RGBS_weight_grid()
787 ….window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start > image_height)) { in set_RGBS_weight_grid()
794 ((_params.window_list[win_index].y_start + (vert_pixels_per_gird >> 1)) in set_RGBS_weight_grid()
818 … (weighted_window.y_start + (vert_pixels_per_gird >> 1)) / vert_pixels_per_gird * rgbs_grid_width; in set_RGBS_weight_grid()
863 … _params.window_list[win_index].x_start, _params.window_list[win_index].y_start, in set_hist_weight_grid()
871 (_params.window_list[win_index].y_start < 0) || in set_hist_weight_grid()
874 (_params.window_list[win_index].y_start >= _params.window_list[win_index].y_end) || in set_hist_weight_grid()
876 ….window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start > image_height)) { in set_hist_weight_grid()
885 ((_params.window_list[win_index].y_end - _params.window_list[win_index].y_start + 1) + in set_hist_weight_grid()
889 ((_params.window_list[win_index].y_start + (vert_pixels_per_gird >> 1)) / in set_hist_weight_grid()
1183 source.top = window.y_start; in convert_window_to_ia()