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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c67 const int c45 = segcounts[4] + segcounts[5]; local
70 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
72 segment_tree_probs[2] = get_binary_prob(c45, c67);
83 const int c45 = segcounts[4] + segcounts[5]; local
86 const int c4567 = c45 + c67;
106 cost += c45 * vp9_cost_zero(probs[2]) +
109 if (c45 > 0)

Completed in 69 milliseconds