Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c1339 const struct rk_pq_csc_coef *y2r_matrix; in csc_calc_adjust_output_coef() local
1383 y2r_matrix = &y2r_for_y2y; in csc_calc_adjust_output_coef()
1401 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1464 y2r_matrix = &y2r_for_r2r; in csc_calc_adjust_output_coef()
1466 csc_matrix_multiply(&temp0, &contrast_matrix, y2r_matrix); in csc_calc_adjust_output_coef()