Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c1544 struct rk_pq_csc_coef tmp_matrix; in rockchip_swap_color_channel() local
1548 memcpy(&tmp_matrix, out_matrix, sizeof(struct rk_pq_csc_coef)); in rockchip_swap_color_channel()
1549 csc_matrix_multiply(out_matrix, &tmp_matrix, &rgb_input_swap_matrix); in rockchip_swap_color_channel()
1553 memcpy(&tmp_matrix, out_matrix, sizeof(struct rk_pq_csc_coef)); in rockchip_swap_color_channel()
1555 csc_matrix_multiply(out_matrix, &yuv_output_swap_matrix, &tmp_matrix); in rockchip_swap_color_channel()