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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 1072 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 162 unsigned int branch_ct[32][2]; local
167 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
169 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
vp9_bitstream.c 73 unsigned int branch_ct[32][2]; local
78 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
80 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
    [all...]

Completed in 210 milliseconds