Lines Matching refs:csc_coef02
116 s32 csc_coef02; member
1155 m0->csc_coef02 * m1->csc_coef20; in csc_matrix_multiply()
1159 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1161 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1163 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
1173 dst->csc_coef12 = m0->csc_coef10 * m1->csc_coef02 + in csc_matrix_multiply()
1185 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1196 m0->csc_coef02 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1211 m->csc_coef02 = m->csc_coef02 >> n; in csc_matrix_element_right_shift()
1235 m->csc_coef02 = csc_simple_round(m->csc_coef02, n); in csc_matrix_element_right_shift_with_simple_round()
1250 m.csc_coef02 = 0; in create_rgb_gain_matrix()
1269 m.csc_coef02 = 0; in create_contrast_matrix()
1295 m.csc_coef02 = 0; in create_hue_matrix()
1314 m.csc_coef02 = 0; in create_saturation_matrix()
1513 out_matrix->csc_coef02 = csc_coef->csc_coef02; in csc_calc_default_output_coef()
1561 csc_simple_coef->csc_coef02 = out_matrix->csc_coef02; in rockchip_swap_color_channel()