Lines Matching refs:csc_coef22
122 s32 csc_coef22; member
1163 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
1175 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()
1179 m0->csc_coef22 * m1->csc_coef20; in csc_matrix_multiply()
1183 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1185 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1187 m0->csc_coef22 * m1->csc_coef22; in csc_matrix_multiply()
1204 m0->csc_coef22 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1217 m->csc_coef22 = m->csc_coef22 >> n; in csc_matrix_element_right_shift()
1241 m->csc_coef22 = csc_simple_round(m->csc_coef22, n); in csc_matrix_element_right_shift_with_simple_round()
1258 m.csc_coef22 = b_gain; in create_rgb_gain_matrix()
1277 m.csc_coef22 = contrast; in create_contrast_matrix()
1303 m.csc_coef22 = cos_hue; in create_hue_matrix()
1322 m.csc_coef22 = saturation; in create_saturation_matrix()
1519 out_matrix->csc_coef22 = csc_coef->csc_coef22; in csc_calc_default_output_coef()
1567 csc_simple_coef->csc_coef22 = out_matrix->csc_coef22; in rockchip_swap_color_channel()