Lines Matching refs:temp0
1337 struct rk_pq_csc_coef temp0, temp1; in csc_calc_adjust_output_coef() local
1384 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1391 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_FIX_BIT_WIDTH - in csc_calc_adjust_output_coef()
1393 csc_matrix_multiply(&temp1, &temp0, &saturation_matrix); in csc_calc_adjust_output_coef()
1395 csc_matrix_multiply(&temp0, &temp1, r2y_matrix); in csc_calc_adjust_output_coef()
1396 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_FIX_BIT_WIDTH); in csc_calc_adjust_output_coef()
1397 csc_matrix_multiply(&temp1, &temp0, &gain_matrix); in csc_calc_adjust_output_coef()
1399 csc_matrix_multiply(&temp0, &temp1, &contrast_matrix); in csc_calc_adjust_output_coef()
1400 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH); in csc_calc_adjust_output_coef()
1401 csc_matrix_multiply(out_matrix, &temp0, y2r_matrix); in csc_calc_adjust_output_coef()
1417 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &hue_matrix); in csc_calc_adjust_output_coef()
1418 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_FIX_BIT_WIDTH - in csc_calc_adjust_output_coef()
1420 csc_matrix_multiply(&temp1, &temp0, &saturation_matrix); in csc_calc_adjust_output_coef()
1422 csc_matrix_multiply(&temp0, &contrast_matrix, &temp1); in csc_calc_adjust_output_coef()
1423 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH); in csc_calc_adjust_output_coef()
1424 csc_matrix_multiply(out_matrix, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1440 csc_matrix_multiply(&temp0, csc_mode_cfg->pst_csc_coef, &gain_matrix); in csc_calc_adjust_output_coef()
1441 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH - in csc_calc_adjust_output_coef()
1443 csc_matrix_multiply(&temp1, &temp0, &contrast_matrix); in csc_calc_adjust_output_coef()
1445 csc_matrix_multiply(&temp0, &saturation_matrix, &temp1); in csc_calc_adjust_output_coef()
1446 csc_matrix_element_right_shift(&temp0, 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()
1466 csc_matrix_multiply(&temp0, &contrast_matrix, y2r_matrix); in csc_calc_adjust_output_coef()
1467 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_HALF_FIX_BIT_WIDTH - in csc_calc_adjust_output_coef()
1469 csc_matrix_multiply(&temp1, &gain_matrix, &temp0); in csc_calc_adjust_output_coef()
1471 csc_matrix_multiply(&temp0, &temp1, &hue_matrix); in csc_calc_adjust_output_coef()
1472 csc_matrix_element_right_shift(&temp0, PQ_CSC_PARAM_FIX_BIT_WIDTH); in csc_calc_adjust_output_coef()
1473 csc_matrix_multiply(&temp1, &temp0, &saturation_matrix); in csc_calc_adjust_output_coef()