Lines Matching refs:csc_simple_round
1220 static inline s32 csc_simple_round(s32 x, s32 n) in csc_simple_round() function
1233 m->csc_coef00 = csc_simple_round(m->csc_coef00, n); in csc_matrix_element_right_shift_with_simple_round()
1234 m->csc_coef01 = csc_simple_round(m->csc_coef01, n); in csc_matrix_element_right_shift_with_simple_round()
1235 m->csc_coef02 = csc_simple_round(m->csc_coef02, n); in csc_matrix_element_right_shift_with_simple_round()
1236 m->csc_coef10 = csc_simple_round(m->csc_coef10, n); in csc_matrix_element_right_shift_with_simple_round()
1237 m->csc_coef11 = csc_simple_round(m->csc_coef11, n); in csc_matrix_element_right_shift_with_simple_round()
1238 m->csc_coef12 = csc_simple_round(m->csc_coef12, n); in csc_matrix_element_right_shift_with_simple_round()
1239 m->csc_coef20 = csc_simple_round(m->csc_coef20, n); in csc_matrix_element_right_shift_with_simple_round()
1240 m->csc_coef21 = csc_simple_round(m->csc_coef21, n); in csc_matrix_element_right_shift_with_simple_round()
1241 m->csc_coef22 = csc_simple_round(m->csc_coef22, n); in csc_matrix_element_right_shift_with_simple_round()
1599 csc_simple_coef->csc_dc0 = csc_simple_round(csc_simple_coef->csc_dc0, bit_num); in rockchip_calc_post_csc()
1600 csc_simple_coef->csc_dc1 = csc_simple_round(csc_simple_coef->csc_dc1, bit_num); in rockchip_calc_post_csc()
1601 csc_simple_coef->csc_dc2 = csc_simple_round(csc_simple_coef->csc_dc2, bit_num); in rockchip_calc_post_csc()