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

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 35 unsigned int branch_ct[][2],
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
50 branch_ct[i >> 1][1] = right;
55 unsigned int branch_ct[/* n-1 */][2],
57 convert_distribution(0, tree, branch_ct, num_events);
vp9_treewriter.h 21 unsigned int branch_ct[ /* n - 1 */ ][2],
vp9_encodemv.c 154 unsigned int branch_ct[32][2]; local
159 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
161 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
vp9_bitstream.c 71 unsigned int branch_ct[32][2]; local
76 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
78 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_treewriter.c 35 unsigned int branch_ct[][2],
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
50 branch_ct[i >> 1][1] = right;
55 unsigned int branch_ct[/* n-1 */][2],
57 convert_distribution(0, tree, branch_ct, num_events);
vp9_treewriter.h 21 unsigned int branch_ct[ /* n - 1 */ ][2],
vp9_encodemv.c 154 unsigned int branch_ct[32][2]; local
159 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
161 update_mv(w, branch_ct[i], &probs[i], MV_UPDATE_PROB);
vp9_bitstream.c 72 unsigned int branch_ct[32][2]; local
77 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
79 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
    [all...]
  /external/libvpx/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 75 unsigned int branch_ct [ /* n-1 */ ] [2],
88 unsigned int branch_ct [ /* n-1 */ ] [2],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 75 unsigned int branch_ct [ /* n-1 */ ] [2],
88 unsigned int branch_ct [ /* n-1 */ ] [2],
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 763 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropy.c 755 const unsigned int branch_ct[UNCONSTRAINED_NODES][2] = { local
    [all...]

Completed in 979 milliseconds