Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c1218 const u16 (*csc_coeff)[3][4] = &csc_coeff_default; in dw_hdmi_update_csc_coeffs() local
1228 csc_coeff = &csc_coeff_full_to_limited; in dw_hdmi_update_csc_coeffs()
1233 csc_coeff = &csc_coeff_rgb_out_eitu601; in dw_hdmi_update_csc_coeffs()
1235 csc_coeff = &csc_coeff_rgb_out_eitu709; in dw_hdmi_update_csc_coeffs()
1239 csc_coeff = &csc_coeff_rgb_in_eitu601; in dw_hdmi_update_csc_coeffs()
1241 csc_coeff = &csc_coeff_rgb_in_eitu709; in dw_hdmi_update_csc_coeffs()
1248 u16 coeff_a = (*csc_coeff)[0][i]; in dw_hdmi_update_csc_coeffs()
1249 u16 coeff_b = (*csc_coeff)[1][i]; in dw_hdmi_update_csc_coeffs()
1250 u16 coeff_c = (*csc_coeff)[2][i]; in dw_hdmi_update_csc_coeffs()