Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c1286 s32 sin_hue; in create_hue_matrix() local
1290 sin_hue = g_hue_sin_table[hue_idx]; in create_hue_matrix()
1299 m.csc_coef12 = sin_hue; in create_hue_matrix()
1302 m.csc_coef21 = -sin_hue; in create_hue_matrix()
H A Drockchip_display.h189 int sin_hue; member
H A Drockchip_vop2.c2064 BCSH_SIN_HUE_MASK, BCSH_SIN_HUE_SHIFT, bcsh_state->sin_hue, false); in vop2_bcsh_reg_update()
2080 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local
2128 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update()
2134 bcsh_state.sin_hue = sin_hue; in vop2_tv_config_update()