Lines Matching refs:out_matrix

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()
1220 struct rk_pq_csc_coef out_matrix; in rockchip_calc_post_csc() local
1231 ret = csc_calc_default_output_coef(csc_mode_cfg, &out_matrix, &out_dc); in rockchip_calc_post_csc()
1233 csc_simple_coef->csc_coef00 = out_matrix.csc_coef00; in rockchip_calc_post_csc()
1234 csc_simple_coef->csc_coef01 = out_matrix.csc_coef01; in rockchip_calc_post_csc()
1235 csc_simple_coef->csc_coef02 = out_matrix.csc_coef02; in rockchip_calc_post_csc()
1236 csc_simple_coef->csc_coef10 = out_matrix.csc_coef10; in rockchip_calc_post_csc()
1237 csc_simple_coef->csc_coef11 = out_matrix.csc_coef11; in rockchip_calc_post_csc()
1238 csc_simple_coef->csc_coef12 = out_matrix.csc_coef12; in rockchip_calc_post_csc()
1239 csc_simple_coef->csc_coef20 = out_matrix.csc_coef20; in rockchip_calc_post_csc()
1240 csc_simple_coef->csc_coef21 = out_matrix.csc_coef21; in rockchip_calc_post_csc()
1241 csc_simple_coef->csc_coef22 = out_matrix.csc_coef22; in rockchip_calc_post_csc()