Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1385 RK_S32 max_count, RK_S32 update_factor) in adapt_prob() argument
1396 update_factor = FASTDIV(update_factor * ct, max_count); in adapt_prob()
1399 *p = p1 + (((p2 - p1) * update_factor + 128) >> 8); in adapt_prob()