Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c4148 int half_env_x, half_env_y; in sh_css_update_uds_and_crop_info() local
4164 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4190 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4199 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4202 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4222 half_env_x = env_width / 2; in sh_css_update_uds_and_crop_info()
4224 motion_x = clamp(motion_x, -half_env_x, half_env_x); in sh_css_update_uds_and_crop_info()
4227 + half_env_x + motion_x; in sh_css_update_uds_and_crop_info()