Searched refs:branch_ct (Results 1 - 7 of 7) sorted by relevance

/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, vpx_tree tree, unsigned int branch_ct[][2], const unsigned int num_events[]) argument
H A Dvp9_treewriter.h21 unsigned int branch_ct[/* n - 1 */][2],
H A Dvp9_encodemv.c162 unsigned int branch_ct[32][2]; local
167 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
169 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
H A Dvp9_bitstream.c73 unsigned int branch_ct[32][2]; local
78 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
80 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
/external/libvpx/libvpx/vp8/common/
H A Dtreecoder.c44 unsigned int branch_ct[/* n-1 */][2],
52 branch_ct[t][0] = branch_ct[t][1] = 0;
69 branch_ct[j][b] += ct;
80 unsigned int branch_ct[/* n-1 */][2],
86 branch_counts(n, tok, tree, branch_ct, num_events);
89 const unsigned int *const c = branch_ct[t];
H A Dtreecoder.h65 unsigned int branch_ct[/* n-1 */][2],
74 unsigned int branch_ct[/* n-1 */][2],
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.c1072 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
1077 merge_probs(pre_probs[i][j][k][l][m], branch_ct[m], count_sat,

Completed in 576 milliseconds