Lines Matching refs:csc_coef12
119 s32 csc_coef12; member
1162 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()
1167 m0->csc_coef12 * m1->csc_coef20; in csc_matrix_multiply()
1171 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()
1173 dst->csc_coef12 = m0->csc_coef10 * m1->csc_coef02 + in csc_matrix_multiply()
1174 m0->csc_coef11 * m1->csc_coef12 + in csc_matrix_multiply()
1175 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()
1186 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()
1200 m0->csc_coef12 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1214 m->csc_coef12 = m->csc_coef12 >> n; in csc_matrix_element_right_shift()
1238 m->csc_coef12 = csc_simple_round(m->csc_coef12, n); in csc_matrix_element_right_shift_with_simple_round()
1254 m.csc_coef12 = 0; in create_rgb_gain_matrix()
1273 m.csc_coef12 = 0; in create_contrast_matrix()
1299 m.csc_coef12 = sin_hue; in create_hue_matrix()
1318 m.csc_coef12 = 0; in create_saturation_matrix()
1516 out_matrix->csc_coef12 = csc_coef->csc_coef12; in csc_calc_default_output_coef()
1564 csc_simple_coef->csc_coef12 = out_matrix->csc_coef12; in rockchip_swap_color_channel()