Lines Matching refs:csc_coef11
118 s32 csc_coef11; member
1158 m0->csc_coef01 * m1->csc_coef11 + in csc_matrix_multiply()
1166 m0->csc_coef11 * m1->csc_coef10 + in csc_matrix_multiply()
1169 dst->csc_coef11 = m0->csc_coef10 * m1->csc_coef01 + in csc_matrix_multiply()
1170 m0->csc_coef11 * m1->csc_coef11 + in csc_matrix_multiply()
1174 m0->csc_coef11 * m1->csc_coef12 + in csc_matrix_multiply()
1182 m0->csc_coef21 * m1->csc_coef11 + in csc_matrix_multiply()
1199 m0->csc_coef11 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1213 m->csc_coef11 = m->csc_coef11 >> n; in csc_matrix_element_right_shift()
1237 m->csc_coef11 = csc_simple_round(m->csc_coef11, n); in csc_matrix_element_right_shift_with_simple_round()
1253 m.csc_coef11 = g_gain; in create_rgb_gain_matrix()
1272 m.csc_coef11 = contrast; in create_contrast_matrix()
1298 m.csc_coef11 = cos_hue; in create_hue_matrix()
1317 m.csc_coef11 = saturation; in create_saturation_matrix()
1515 out_matrix->csc_coef11 = csc_coef->csc_coef11; in csc_calc_default_output_coef()
1563 csc_simple_coef->csc_coef11 = out_matrix->csc_coef11; in rockchip_swap_color_channel()