Lines Matching refs:csc_coef
1502 const struct rk_pq_csc_coef *csc_coef; in csc_calc_default_output_coef() local
1508 csc_coef = csc_mode_cfg->pst_csc_coef; in csc_calc_default_output_coef()
1511 out_matrix->csc_coef00 = csc_coef->csc_coef00; in csc_calc_default_output_coef()
1512 out_matrix->csc_coef01 = csc_coef->csc_coef01; in csc_calc_default_output_coef()
1513 out_matrix->csc_coef02 = csc_coef->csc_coef02; in csc_calc_default_output_coef()
1514 out_matrix->csc_coef10 = csc_coef->csc_coef10; in csc_calc_default_output_coef()
1515 out_matrix->csc_coef11 = csc_coef->csc_coef11; in csc_calc_default_output_coef()
1516 out_matrix->csc_coef12 = csc_coef->csc_coef12; in csc_calc_default_output_coef()
1517 out_matrix->csc_coef20 = csc_coef->csc_coef20; in csc_calc_default_output_coef()
1518 out_matrix->csc_coef21 = csc_coef->csc_coef21; in csc_calc_default_output_coef()
1519 out_matrix->csc_coef22 = csc_coef->csc_coef22; in csc_calc_default_output_coef()
1528 csc_matrix_ventor_multiply(&v, csc_coef, &dc_in_ventor); in csc_calc_default_output_coef()