Searched refs:out_matrix (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1330 struct rk_pq_csc_coef *out_matrix, in csc_calc_adjust_output_coef() argument 1401 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef() 1402 csc_matrix_element_right_shift_with_simple_round(out_matrix, in csc_calc_adjust_output_coef() 1424 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef() 1425 csc_matrix_element_right_shift(out_matrix, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef() 1447 csc_matrix_multiply(out_matrix, &hue_matrix, &temp0); in csc_calc_adjust_output_coef() 1448 csc_matrix_element_right_shift(out_matrix, PQ_CSC_PARAM_FIX_BIT_WIDTH + in csc_calc_adjust_output_coef() 1475 csc_matrix_multiply(out_matrix, &temp1, r2y_matrix); in csc_calc_adjust_output_coef() 1476 csc_matrix_element_right_shift_with_simple_round(out_matrix, in csc_calc_adjust_output_coef() 1487 csc_matrix_ventor_multiply(&v, out_matrix, &dc_in_ventor); in csc_calc_adjust_output_coef() [all …]
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_post_process.c | 1140 struct rk_pq_csc_coef *out_matrix, in csc_calc_default_output_coef() argument 1152 out_matrix->csc_coef00 = csc_coef->csc_coef00; in csc_calc_default_output_coef() 1153 out_matrix->csc_coef01 = csc_coef->csc_coef01; in csc_calc_default_output_coef() 1154 out_matrix->csc_coef02 = csc_coef->csc_coef02; in csc_calc_default_output_coef() 1155 out_matrix->csc_coef10 = csc_coef->csc_coef10; in csc_calc_default_output_coef() 1156 out_matrix->csc_coef11 = csc_coef->csc_coef11; in csc_calc_default_output_coef() 1157 out_matrix->csc_coef12 = csc_coef->csc_coef12; in csc_calc_default_output_coef() 1158 out_matrix->csc_coef20 = csc_coef->csc_coef20; in csc_calc_default_output_coef() 1159 out_matrix->csc_coef21 = csc_coef->csc_coef21; in csc_calc_default_output_coef() 1160 out_matrix->csc_coef22 = csc_coef->csc_coef22; in csc_calc_default_output_coef() [all …]
|