Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1278 struct rk_pq_csc_coef hue_matrix; in csc_calc_adjust_output_coef() local
1306 hue_matrix = create_hue_matrix(csc_input_cfg->hue); in csc_calc_adjust_output_coef()
1327 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1360 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1390 csc_matrix_multiply(out_matrix, &hue_matrix, &temp0); in csc_calc_adjust_output_coef()
1425 csc_matrix_multiply(&temp0, &temp1, &hue_matrix); in csc_calc_adjust_output_coef()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1292 struct rk_pq_csc_coef hue_matrix; in csc_calc_adjust_output_coef() local
1320 hue_matrix = create_hue_matrix(csc_input_cfg->hue); in csc_calc_adjust_output_coef()
1341 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1374 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1404 csc_matrix_multiply(out_matrix, &hue_matrix, &temp0); in csc_calc_adjust_output_coef()
1439 csc_matrix_multiply(&temp0, &temp1, &hue_matrix); in csc_calc_adjust_output_coef()