Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp_common.c510 RK_U32 f_yscl_factor_t1; in calc_scl_factor() local
582 f_yscl_factor_t1 = 1000 * (1 << 16) / f_yscl_factor_t; in calc_scl_factor()
585 f_yscl_factor_t1 = 1000 * (1 << 12) / f_yscl_factor_t; in calc_scl_factor()
611 if (f_yscl_factor_t1 >= vdpp_scale_threshold[0]) in calc_scl_factor()
613 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[1]) in calc_scl_factor()
615 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[2]) in calc_scl_factor()
617 else if (f_yscl_factor_t1 > vdpp_scale_threshold[3]) in calc_scl_factor()
619 else if (f_yscl_factor_t1 == vdpp_scale_threshold[3]) in calc_scl_factor()
621 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[4]) in calc_scl_factor()
623 else if (f_yscl_factor_t1 >= vdpp_scale_threshold[5]) in calc_scl_factor()
[all …]