Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1282 const struct rk_pq_csc_coef *y2r_matrix; in csc_calc_adjust_output_coef() local
1326 y2r_matrix = &y2r_for_y2y; in csc_calc_adjust_output_coef()
1344 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1408 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_full; in csc_calc_adjust_output_coef()
1411 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_limit; in csc_calc_adjust_output_coef()
1414 y2r_matrix = &rk_csc_table_hdy_cb_cr_to_rgb_full; in csc_calc_adjust_output_coef()
1417 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_limit; in csc_calc_adjust_output_coef()
1420 csc_matrix_multiply(&temp0, &contrast_matrix, y2r_matrix); in csc_calc_adjust_output_coef()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1296 const struct rk_pq_csc_coef *y2r_matrix; in csc_calc_adjust_output_coef() local
1340 y2r_matrix = &y2r_for_y2y; in csc_calc_adjust_output_coef()
1358 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1422 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_full; in csc_calc_adjust_output_coef()
1425 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_limit; in csc_calc_adjust_output_coef()
1428 y2r_matrix = &rk_csc_table_hdy_cb_cr_to_rgb_full; in csc_calc_adjust_output_coef()
1431 y2r_matrix = &rk_csc_table_hdy_cb_cr_limit_to_rgb_limit; in csc_calc_adjust_output_coef()
1434 csc_matrix_multiply(&temp0, &contrast_matrix, y2r_matrix); in csc_calc_adjust_output_coef()