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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 389 unsigned int branch_ct[UNCONSTRAINED_NODES][2]; local
397 vp9_tree_probs_from_distribution(vp9_coefmodel_tree, branch_ct,
399 branch_ct[0][1] = eob_branch_count[i][j][k][l] - branch_ct[0][0];
403 branch_ct[m],
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 230 unsigned int branch_ct[SWITCHABLE_FILTERS - 1][2]; local
233 vp9_tree_probs_from_distribution(vp9_switchable_interp_tree, branch_ct,
238 branch_ct[i]);
251 unsigned int branch_ct[INTER_MODES - 1][2]; local
252 vp9_tree_probs_from_distribution(vp9_inter_mode_tree, branch_ct,
257 branch_ct[j]);
    [all...]

Completed in 25 milliseconds