Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1273 struct rk_pq_csc_coef *out_matrix, in csc_calc_adjust_output_coef() argument
1344 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1345 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1367 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1368 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1390 csc_matrix_multiply(out_matrix, &hue_matrix, &temp0); in csc_calc_adjust_output_coef()
1391 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1429 csc_matrix_multiply(out_matrix, &temp1, r2y_matrix); in csc_calc_adjust_output_coef()
1430 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1434 out_matrix->csc_coef00 += 1; in csc_calc_adjust_output_coef()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1287 struct rk_pq_csc_coef *out_matrix, in csc_calc_adjust_output_coef() argument
1358 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1359 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1381 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1382 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1404 csc_matrix_multiply(out_matrix, &hue_matrix, &temp0); in csc_calc_adjust_output_coef()
1405 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1443 csc_matrix_multiply(out_matrix, &temp1, r2y_matrix); in csc_calc_adjust_output_coef()
1444 csc_matrix_element_left_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef()
1448 out_matrix->csc_coef00 += 1; in csc_calc_adjust_output_coef()
[all …]