Searched refs:branch_ct (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 35 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()
|
D | vp9_treewriter.h | 21 unsigned int branch_ct[/* n - 1 */][2],
|
D | vp9_encodemv.c | 162 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()
|
D | vp9_bitstream.c | 73 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/ |
D | treecoder.c | 44 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()
|
D | treecoder.h | 65 unsigned int branch_ct[/* n-1 */][2], 74 unsigned int branch_ct[/* n-1 */][2],
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.c | 1072 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()
|