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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c57 const int c67 = segcounts[6] + segcounts[7]; local
59 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
61 segment_tree_probs[2] = get_binary_prob(c45, c67);
73 const int c67 = segcounts[6] + segcounts[7]; local
75 const int c4567 = c45 + c67;
96 c67 * vp9_cost_one(probs[2]);
101 if (c67 > 0)

Completed in 89 milliseconds