Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1600 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()
1621 p[6] = noncoef_merge_prob(p[6], c[3], sum); in merge_probs_variant_d()
1623 p[7] = noncoef_merge_prob(p[7], c[8], sum); in merge_probs_variant_d()
1645 p[0] = noncoef_merge_prob(p[0], c[0], sum); in merge_probs_variant_g()
1647 p[1] = noncoef_merge_prob(p[1], c[1], sum); in merge_probs_variant_g()
[all …]