Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp_common.c496 RK_U16 yscl_factor; in calc_scl_factor() local
561 yscl_factor = GET_SCALE_FACTOR_DN(act_height, dsp_height); in calc_scl_factor()
565 yscl_factor = GET_SCALE_FACTOR_UP(act_height, dsp_height); in calc_scl_factor()
569 yscl_factor = 1 << 12; in calc_scl_factor()
643 p_scl_info->yscl_factor = yscl_factor; in calc_scl_factor()
881 zme->common.reg9.yrgb_yscl_factor = yrgb_scl_info.yscl_factor; in set_zme_to_vdpp_reg()
921 zme->common.reg17.cbcr_yscl_factor = cbcr_scl_info.yscl_factor; in set_zme_to_vdpp_reg()
H A Dvdpp_common.h208 RK_U16 yscl_factor; member