Searched refs:tmp_matrix (Results 1 – 1 of 1) sorted by relevance
1544 struct rk_pq_csc_coef tmp_matrix; in rockchip_swap_color_channel() local1548 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()