Lines Matching refs:csc_coef10
117 s32 csc_coef10; member
1154 m0->csc_coef01 * m1->csc_coef10 + in csc_matrix_multiply()
1165 dst->csc_coef10 = m0->csc_coef10 * m1->csc_coef00 + 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()
1173 dst->csc_coef12 = m0->csc_coef10 * m1->csc_coef02 + in csc_matrix_multiply()
1178 m0->csc_coef21 * m1->csc_coef10 + in csc_matrix_multiply()
1198 dst->csc_offset1 = m0->csc_coef10 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1212 m->csc_coef10 = m->csc_coef10 >> n; in csc_matrix_element_right_shift()
1236 m->csc_coef10 = csc_simple_round(m->csc_coef10, n); in csc_matrix_element_right_shift_with_simple_round()
1252 m.csc_coef10 = 0; in create_rgb_gain_matrix()
1271 m.csc_coef10 = 0; in create_contrast_matrix()
1297 m.csc_coef10 = 0; in create_hue_matrix()
1316 m.csc_coef10 = 0; in create_saturation_matrix()
1514 out_matrix->csc_coef10 = csc_coef->csc_coef10; in csc_calc_default_output_coef()
1562 csc_simple_coef->csc_coef10 = out_matrix->csc_coef10; in rockchip_swap_color_channel()