Searched refs:branch_ct (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp8/common/ |
D | treecoder.c | 60 unsigned int branch_ct [ /* n-1 */ ] [2], in branch_counts() 73 branch_ct[t][0] = branch_ct[t][1] = 0; in branch_counts() 95 branch_ct [j] [b] += ct; in branch_counts() 114 unsigned int branch_ct [ /* n-1 */ ] [2], in vp8_tree_probs_from_distribution() 123 branch_counts(n, tok, tree, branch_ct, num_events); in vp8_tree_probs_from_distribution() 127 const unsigned int *const c = branch_ct[t]; in vp8_tree_probs_from_distribution()
|
D | entropymode.c | 220 unsigned int branch_ct [VP8_BINTRAMODES-1] [2], in intra_bmode_probs_from_distribution() 226 p, branch_ct, events, in intra_bmode_probs_from_distribution() 233 unsigned int branch_ct [VP8_BINTRAMODES-1] [2]; in vp8_default_bmode_probs() local 234 intra_bmode_probs_from_distribution(p, branch_ct, bmode_cts); in vp8_default_bmode_probs() 239 unsigned int branch_ct [VP8_BINTRAMODES-1] [2]; in vp8_kf_default_bmode_probs() local 250 p[i][j], branch_ct, vp8_kf_default_bmode_counts[i][j]); in vp8_kf_default_bmode_probs()
|
D | treecoder.h | 71 unsigned int branch_ct [ /* n-1 */ ] [2], 84 unsigned int branch_ct [ /* n-1 */ ] [2],
|
D | entropy.c | 143 unsigned int branch_ct [vp8_coef_tokens-1] [2]; in vp8_default_coef_probs() local 146 pc->fc.coef_probs [h][i][k], branch_ct, default_coef_counts [h][i][k], in vp8_default_coef_probs()
|