Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c34 static unsigned int convert_distribution(unsigned int i, vpx_tree tree, in convert_distribution() function
42 left = convert_distribution(tree[i], tree, branch_ct, num_events); in convert_distribution()
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events); in convert_distribution()
57 convert_distribution(0, tree, branch_ct, num_events); in vp9_tree_probs_from_distribution()