Lines Matching refs:csc_coef01
115 s32 csc_coef01; member
1154 m0->csc_coef01 * m1->csc_coef10 + in csc_matrix_multiply()
1157 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1158 m0->csc_coef01 * m1->csc_coef11 + in csc_matrix_multiply()
1162 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()
1169 dst->csc_coef11 = m0->csc_coef10 * m1->csc_coef01 + in csc_matrix_multiply()
1181 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1195 m0->csc_coef01 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1210 m->csc_coef01 = m->csc_coef01 >> n; in csc_matrix_element_right_shift()
1234 m->csc_coef01 = csc_simple_round(m->csc_coef01, n); in csc_matrix_element_right_shift_with_simple_round()
1249 m.csc_coef01 = 0; in create_rgb_gain_matrix()
1268 m.csc_coef01 = 0; in create_contrast_matrix()
1294 m.csc_coef01 = 0; in create_hue_matrix()
1313 m.csc_coef01 = 0; in create_saturation_matrix()
1512 out_matrix->csc_coef01 = csc_coef->csc_coef01; in csc_calc_default_output_coef()
1560 csc_simple_coef->csc_coef01 = out_matrix->csc_coef01; in rockchip_swap_color_channel()