Home
last modified time | relevance | path

Searched refs:scl_h_factor (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c1330 u32 scl_v_factor, scl_h_factor; in rk628_post_process_scaler_init() local
1381 scl_h_factor = ((src_hactive - 1) << 14) / in rk628_post_process_scaler_init()
1384 scl_h_factor = ((src_hactive - 2) << 14) / in rk628_post_process_scaler_init()
1387 scl_h_factor = (dst_hactive << 16) / (src_hactive - 1); in rk628_post_process_scaler_init()
1392 scl_h_factor = 0; in rk628_post_process_scaler_init()
1395 scl_h_factor = ((src_hactive - 1) << 16) / (dst_hactive - 1); in rk628_post_process_scaler_init()
1427 SCL_H_FACTOR(scl_h_factor)); in rk628_post_process_scaler_init()