Home
last modified time | relevance | path

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

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