Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c973 RK_S32 percent_a = (ctx->min_still_percent - 30) << 8; in moving_ratio_calc() local
976 percent = (percent_a + percent * percent_b) / 70; in moving_ratio_calc()
977 rc_dbg_rc("percent_a = %d percent_b %d", percent_a, percent_b); in moving_ratio_calc()
979 RK_S32 mv_ratio = (percent_a + 7680 + mv_percnt * percent_b) / 100; in moving_ratio_calc()
988 mad_ratio = (percent_a + 7680 + percent_b * mad_ratio) / 100; in moving_ratio_calc()