Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c1287 s32 cos_hue; in create_hue_matrix() local
1291 cos_hue = g_hue_cos_table[hue_idx]; in create_hue_matrix()
1298 m.csc_coef11 = cos_hue; in create_hue_matrix()
1303 m.csc_coef22 = cos_hue; in create_hue_matrix()
H A Drockchip_display.h190 int cos_hue; member
H A Drockchip_vop2.c2066 BCSH_COS_HUE_MASK, BCSH_COS_HUE_SHIFT, bcsh_state->cos_hue, false); in vop2_bcsh_reg_update()
2080 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local
2129 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update()
2135 bcsh_state.cos_hue = cos_hue; in vop2_tv_config_update()