Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp_common.c529 xscl_factor = GET_SCALE_FACTOR_UP(act_width, dsp_width); in calc_scl_factor()
565 yscl_factor = GET_SCALE_FACTOR_UP(act_height, dsp_height); in calc_scl_factor()
H A Dvdpp_common.h23 #define GET_SCALE_FACTOR_UP(src,dst) ((((src) - 1) << SCALE_FACTOR_UP_FIXPOINT_SHIFT) / ((dst… macro