Searched defs:branch_ct (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_treewriter.c35 unsigned int branch_ct[][2],
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
50 branch_ct[i >> 1][1] = right;
55 unsigned int branch_ct[/* n-1 */][2],
57 convert_distribution(0, tree, branch_ct, num_events);
34 convert_distribution(unsigned int i, vp9_tree tree, unsigned int branch_ct[][2], const unsigned int num_events[]) argument
H A Dvp9_encodemv.c154 unsigned int branch_ct[32][2]; local
159 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
161 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
H A Dvp9_bitstream.c71 unsigned int branch_ct[32][2]; local
76 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
78 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_treewriter.c35 unsigned int branch_ct[][2],
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
50 branch_ct[i >> 1][1] = right;
55 unsigned int branch_ct[/* n-1 */][2],
57 convert_distribution(0, tree, branch_ct, num_events);
34 convert_distribution(unsigned int i, vp9_tree tree, unsigned int branch_ct[][2], const unsigned int num_events[]) argument
H A Dvp9_encodemv.c154 unsigned int branch_ct[32][2]; local
159 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
161 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
H A Dvp9_bitstream.c72 unsigned int branch_ct[32][2]; local
77 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
79 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.c783 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
790 branch_ct[m],
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.c755 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
762 branch_ct[m],

Completed in 257 milliseconds