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

  /external/libvpx/vp8/common/
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],
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]);

Completed in 3180 milliseconds