Searched refs:get_binary_prob (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_treecoder.h73 static INLINE vp9_prob get_binary_prob(int n0, int n1) { function
95 return merge_probs(pre_prob, get_binary_prob(ct[0], ct[1]), ct, count_sat,
H A Dvp9_treecoder.c62 probs[i>>1] = get_binary_prob(left, right);
H A Dvp9_entropy.c636 coef_probs[0] = get_binary_prob(branch_ct[0][0], branch_ct[0][1]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c70 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
71 segment_tree_probs[1] = get_binary_prob(c01, c23);
72 segment_tree_probs[2] = get_binary_prob(c45, c67);
73 segment_tree_probs[3] = get_binary_prob(segcounts[0], segcounts[1]);
74 segment_tree_probs[4] = get_binary_prob(segcounts[2], segcounts[3]);
75 segment_tree_probs[5] = get_binary_prob(segcounts[4], segcounts[5]);
76 segment_tree_probs[6] = get_binary_prob(segcounts[6], segcounts[7]);
265 t_nopred_prob[i] = get_binary_prob(count0, count1);
H A Dvp9_encodemv.c166 prob->comps[i].sign = get_binary_prob(s0, s1);
181 prob->comps[i].bits[j] = get_binary_prob(b0, b1);
205 prob->comps[i].class0_hp = get_binary_prob(c0_hp0, c0_hp1);
209 prob->comps[i].hp = get_binary_prob(hp0, hp1);
H A Dvp9_subexp.c225 vp9_prob newp = get_binary_prob(ct[0], ct[1]);
H A Dvp9_tokenize.c329 coef_probs[0] = get_binary_prob(branch_ct[0][0], branch_ct[0][1]);
H A Dvp9_bitstream.c767 get_binary_prob(coef_branch_ct[i][j][k][l][0][0],
1589 get_binary_prob(tree_update_hist[i][j][k][l][m][0],

Completed in 243 milliseconds