Searched defs:segcounts (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c52 static void calc_segtree_probs(int *segcounts, vpx_prob *segment_tree_probs) { argument
54 const int c01 = segcounts[0] + segcounts[1];
55 const int c23 = segcounts[2] + segcounts[3];
56 const int c45 = segcounts[4] + segcounts[5];
57 const int c67 = segcounts[6] + segcounts[7];
62 segment_tree_probs[3] = get_binary_prob(segcounts[
69 cost_segmap(int *segcounts, vpx_prob *probs) argument
[all...]

Completed in 92 milliseconds