Searched refs:tree_merge_probs_impl (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.c | 26 static unsigned int tree_merge_probs_impl(unsigned int i, in tree_merge_probs_impl() function 34 : tree_merge_probs_impl(l, tree, pre_probs, counts, probs); in tree_merge_probs_impl() 38 : tree_merge_probs_impl(r, tree, pre_probs, counts, probs); in tree_merge_probs_impl() 46 tree_merge_probs_impl(0, tree, pre_probs, counts, probs); in vpx_tree_merge_probs()
|