Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c981 RK_S32 mad_ratio = 256; in moving_ratio_calc() local
983 mad_ratio = 20 * madp_sum / madi_sum; in moving_ratio_calc()
984 mad_ratio = mpp_clip(mad_ratio, 5, 100); in moving_ratio_calc()
985 rc_dbg_rc("mad_ratio = %d", mad_ratio); in moving_ratio_calc()
986 mad_ratio = (mad_ratio << 8) / 100; in moving_ratio_calc()
988 mad_ratio = (percent_a + 7680 + percent_b * mad_ratio) / 100; in moving_ratio_calc()
990 …percent + 1 + (mv_ratio * motion_sensitivity + (100 - motion_sensitivity) * mad_ratio) / 100) >> 1; in moving_ratio_calc()
992 …rc_dbg_rc("percent %d mad_ratio %d hr_ratio %d, moving_ratio %d", percent, mad_ratio, mv_ratio, mo… in moving_ratio_calc()