Searched refs:csc_simple_round (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 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() [all …]
|