Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp2.c574 RK_S32 ratio_pos_tmp, ratio_neg_tmp, peaking_ctrl_add_tmp; in set_shp_to_vdpp2_reg() local
615 ratio_pos_tmp = (coring_ratio * gain_ctrl_pos + 512) >> 10; in set_shp_to_vdpp2_reg()
617 peaking_ctrl_value_P1[ii] = ((ratio_pos_tmp * (coring_thr - coring_zero) + 512) >> 10); in set_shp_to_vdpp2_reg()
619 peaking_ctrl_ratio_P01[ii] = ratio_pos_tmp; in set_shp_to_vdpp2_reg()
630 ratio_pos_tmp = (limit_ctrl_ratio * gain_ctrl_pos + 512) >> 10; in set_shp_to_vdpp2_reg()
633 peaking_ctrl_add_tmp = (ratio_pos_tmp * (limit_ctrl_p1 - limit_ctrl_p0) + 512) >> 10; in set_shp_to_vdpp2_reg()
637 peaking_ctrl_ratio_P23[ii] = ratio_pos_tmp; in set_shp_to_vdpp2_reg()