Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1276 struct rk_pq_csc_coef gain_matrix; in csc_calc_adjust_output_coef() local
1304 gain_matrix = create_rgb_gain_matrix(r_gain, g_gain, b_gain); in csc_calc_adjust_output_coef()
1340 csc_matrix_multiply(&temp1, &temp0, &gain_matrix); in csc_calc_adjust_output_coef()
1367 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1383 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &gain_matrix); in csc_calc_adjust_output_coef()
1423 csc_matrix_multiply(&temp1, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1290 struct rk_pq_csc_coef gain_matrix; in csc_calc_adjust_output_coef() local
1318 gain_matrix = create_rgb_gain_matrix(r_gain, g_gain, b_gain); in csc_calc_adjust_output_coef()
1354 csc_matrix_multiply(&temp1, &temp0, &gain_matrix); in csc_calc_adjust_output_coef()
1381 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1397 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &gain_matrix); in csc_calc_adjust_output_coef()
1437 csc_matrix_multiply(&temp1, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()