Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c1338 const struct rk_pq_csc_coef *r2y_matrix; in csc_calc_adjust_output_coef() local
1382 r2y_matrix = &r2y_for_y2y; in csc_calc_adjust_output_coef()
1395 csc_matrix_multiply(&temp0, &temp1, r2y_matrix); in csc_calc_adjust_output_coef()
1463 r2y_matrix = &r2y_for_r2r; in csc_calc_adjust_output_coef()
1475 csc_matrix_multiply(out_matrix, &temp1, r2y_matrix); in csc_calc_adjust_output_coef()