Lines Matching refs:x_end
426 if (window.x_end > window.x_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()
444 if (weighted_window.x_end > weighted_window.x_start && in ensure_ae_metering_mode()
758 uint32_t weighted_grid_width = ((weighted_window.x_end - weighted_window.x_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()
781 ((uint32_t)_params.window_list[win_index].x_end > image_width) || in set_RGBS_weight_grid()
784 (_params.window_list[win_index].x_start >= _params.window_list[win_index].x_end) || in set_RGBS_weight_grid()
786 …((uint32_t)_params.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_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()
870 ((uint32_t)_params.window_list[win_index].x_end > image_width) || in set_hist_weight_grid()
873 (_params.window_list[win_index].x_start >= _params.window_list[win_index].x_end) || in set_hist_weight_grid()
875 …((uint32_t)_params.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_start… in set_hist_weight_grid()
882 ((_params.window_list[win_index].x_end - _params.window_list[win_index].x_start + 1) + in set_hist_weight_grid()
1184 source.right = window.x_end; in convert_window_to_ia()