Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-vp9.c1509 static inline u8 noncoef_merge_prob(u8 pre_prob, u32 ct0, u32 ct1) in noncoef_merge_prob() function
1598 p[0] = noncoef_merge_prob(p[0], c[2], c[1] + c[0] + c[3]); in merge_probs_variant_c()
1599 p[1] = noncoef_merge_prob(p[1], c[0], c[1] + c[3]); in merge_probs_variant_c()
1600 p[2] = noncoef_merge_prob(p[2], c[1], c[3]); in merge_probs_variant_c()
1609 p[0] = noncoef_merge_prob(p[0], c[0], sum); in merge_probs_variant_d()
1611 p[1] = noncoef_merge_prob(p[1], c[9], sum); in merge_probs_variant_d()
1613 p[2] = noncoef_merge_prob(p[2], c[1], sum); in merge_probs_variant_d()
1616 p[3] = noncoef_merge_prob(p[3], s2, sum); in merge_probs_variant_d()
1618 p[4] = noncoef_merge_prob(p[4], c[2], s2); in merge_probs_variant_d()
1619 p[5] = noncoef_merge_prob(p[5], c[4], c[5]); in merge_probs_variant_d()
[all …]