Lines Matching refs:csc_coef00
114 s32 csc_coef00; member
1153 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1157 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1161 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1165 dst->csc_coef10 = m0->csc_coef10 * m1->csc_coef00 + in csc_matrix_multiply()
1177 dst->csc_coef20 = m0->csc_coef20 * m1->csc_coef00 + in csc_matrix_multiply()
1194 dst->csc_offset0 = m0->csc_coef00 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1209 m->csc_coef00 = m->csc_coef00 >> n; in csc_matrix_element_right_shift()
1233 m->csc_coef00 = csc_simple_round(m->csc_coef00, n); in csc_matrix_element_right_shift_with_simple_round()
1248 m.csc_coef00 = r_gain; in create_rgb_gain_matrix()
1267 m.csc_coef00 = contrast; in create_contrast_matrix()
1293 m.csc_coef00 = 1024; in create_hue_matrix()
1312 m.csc_coef00 = 512; in create_saturation_matrix()
1511 out_matrix->csc_coef00 = csc_coef->csc_coef00; in csc_calc_default_output_coef()
1559 csc_simple_coef->csc_coef00 = out_matrix->csc_coef00; in rockchip_swap_color_channel()