Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c57 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs()
58 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs()
59 segment_tree_probs[2] = get_binary_prob(c45, c67); in calc_segtree_probs()
60 segment_tree_probs[3] = get_binary_prob(segcounts[0], segcounts[1]); in calc_segtree_probs()
61 segment_tree_probs[4] = get_binary_prob(segcounts[2], segcounts[3]); in calc_segtree_probs()
62 segment_tree_probs[5] = get_binary_prob(segcounts[4], segcounts[5]); in calc_segtree_probs()
63 segment_tree_probs[6] = get_binary_prob(segcounts[6], segcounts[7]); in calc_segtree_probs()
245 t_nopred_prob[i] = get_binary_prob(count0, count1); in vp9_choose_segmap_coding_method()
Dvp9_subexp.c183 vpx_prob newp = get_binary_prob(ct[0], ct[1]); in vp9_cond_prob_diff_update()
Dvp9_encodemv.c145 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; in update_mv()
Dvp9_bitstream.c530 get_binary_prob(coef_branch_ct[i][j][k][l][m][0], in build_tree_distribution()
/external/libvpx/libvpx/vpx_dsp/
Dprob.h58 static INLINE vpx_prob get_binary_prob(unsigned int n0, unsigned int n1) { in get_binary_prob() function
72 const vpx_prob prob = get_binary_prob(ct[0], ct[1]); in merge_probs()