Lines Matching refs:csc_coef21
121 s32 csc_coef21; member
1159 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1171 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()
1178 m0->csc_coef21 * m1->csc_coef10 + in csc_matrix_multiply()
1181 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1182 m0->csc_coef21 * m1->csc_coef11 + in csc_matrix_multiply()
1183 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1186 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()
1203 m0->csc_coef21 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1216 m->csc_coef21 = m->csc_coef21 >> n; in csc_matrix_element_right_shift()
1240 m->csc_coef21 = csc_simple_round(m->csc_coef21, n); in csc_matrix_element_right_shift_with_simple_round()
1257 m.csc_coef21 = 0; in create_rgb_gain_matrix()
1276 m.csc_coef21 = 0; in create_contrast_matrix()
1302 m.csc_coef21 = -sin_hue; in create_hue_matrix()
1321 m.csc_coef21 = 0; in create_saturation_matrix()
1518 out_matrix->csc_coef21 = csc_coef->csc_coef21; in csc_calc_default_output_coef()
1566 csc_simple_coef->csc_coef21 = out_matrix->csc_coef21; in rockchip_swap_color_channel()