Lines Matching refs:csc_coef20
120 s32 csc_coef20; member
1155 m0->csc_coef02 * m1->csc_coef20; in csc_matrix_multiply()
1167 m0->csc_coef12 * m1->csc_coef20; in csc_matrix_multiply()
1177 dst->csc_coef20 = m0->csc_coef20 * m1->csc_coef00 + in csc_matrix_multiply()
1179 m0->csc_coef22 * m1->csc_coef20; in csc_matrix_multiply()
1181 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1185 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1202 dst->csc_offset2 = m0->csc_coef20 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1215 m->csc_coef20 = m->csc_coef20 >> n; in csc_matrix_element_right_shift()
1239 m->csc_coef20 = csc_simple_round(m->csc_coef20, n); in csc_matrix_element_right_shift_with_simple_round()
1256 m.csc_coef20 = 0; in create_rgb_gain_matrix()
1275 m.csc_coef20 = 0; in create_contrast_matrix()
1301 m.csc_coef20 = 0; in create_hue_matrix()
1320 m.csc_coef20 = 0; in create_saturation_matrix()
1517 out_matrix->csc_coef20 = csc_coef->csc_coef20; in csc_calc_default_output_coef()
1565 csc_simple_coef->csc_coef20 = out_matrix->csc_coef20; in rockchip_swap_color_channel()