HomeSort by relevance Sort by last modified time
    Searched refs:branch_ct (Results 1 - 4 of 4) sorted by null

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

Completed in 46 milliseconds