Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1483 static u8 merge_prob(u8 pre_prob, u32 ct0, u32 ct1, u16 count_sat, u32 max_update_factor) in merge_prob() function
1511 return merge_prob(pre_prob, ct0, ct1, 20, 128); in noncoef_merge_prob()
1587 p[1] = merge_prob(p[1], c[0], c[1] + c[2], count_sat, update_factor); in merge_probs_variant_a()
1588 p[2] = merge_prob(p[2], c[1], c[2], count_sat, update_factor); in merge_probs_variant_a()
1593 p[0] = merge_prob(p[0], c[0], c[1], count_sat, update_factor); in merge_probs_variant_b()