Home
last modified time | relevance | path

Searched refs:sin_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
705 sin_coef = round(sin(rad_val) * 128); in ov5640_set_ctrl_hue()
719 {SDE_CTRL2_REG, abs(sin_coef)}}; in ov5640_set_ctrl_hue()