Searched refs:hue (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1282 static struct rk_pq_csc_coef create_hue_matrix(s32 hue) in create_hue_matrix() argument 1289 hue_idx = CLIP(hue / PQ_CSC_HUE_TABLE_DIV_COEF, 0, PQ_CSC_HUE_TABLE_NUM - 1); in create_hue_matrix() 1363 hue_matrix = create_hue_matrix(csc_input_cfg->hue); in csc_calc_adjust_output_coef()
|
| H A D | rockchip_vop2.c | 2080 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 2090 bcsh_info->saturation != 50 || bcsh_info->hue != 50) in vop2_tv_config_update() 2117 hue = interpolate(0, -30, 100, 30, bcsh_info->hue); in vop2_tv_config_update() 2128 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update() 2129 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update() 2356 bcsh_info->saturation == 50 && bcsh_info->hue == 50) { in vop3_get_csc_info_from_bcsh() 2361 csc_info->hue = 256; in vop3_get_csc_info_from_bcsh() 2367 csc_info->hue = bcsh_info->hue * 511 / 100; in vop3_get_csc_info_from_bcsh()
|
| H A D | rockchip_display.c | 2708 FDT_SET_U32("bcsh,hue", s->conn_state.disp_info->bcsh_info.hue); in rockchip_display_fixup() 2712 s->conn_state.disp_info->csc_info.hue); in rockchip_display_fixup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | edid.h | 816 unsigned short hue; member 886 u16 hue; member
|