Home
last modified time | relevance | path

Searched refs:half_env_x (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css_params.c3969 int half_env_x, half_env_y; in sh_css_update_uds_and_crop_info() local
3985 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4011 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4020 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4023 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4043 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4045 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4048 + half_env_x + motion_x; in sh_css_update_uds_and_crop_info()