Lines Matching refs:y_end
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()
776 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end, in set_RGBS_weight_grid()
783 ((uint32_t)_params.window_list[win_index].y_end > image_height) || 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 …((uint32_t)_params.window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start… in set_RGBS_weight_grid()
864 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end, in set_hist_weight_grid()
872 ((uint32_t)_params.window_list[win_index].y_end > image_height) || 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 …((uint32_t)_params.window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start… 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()
1185 source.bottom = window.y_end; in convert_window_to_ia()