Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov5640.c690 int cos_coef, sin_coef, sign = 0; in ov5640_set_ctrl_hue() local
704 cos_coef = round(cos(rad_val) * 128); in ov5640_set_ctrl_hue()
718 {SDE_CTRL1_REG, abs(cos_coef)}, in ov5640_set_ctrl_hue()