Searched refs:c01 (Results 1 – 2 of 2) sorted by relevance
68 const int c01 = segcounts[0] + segcounts[1]; in calc_segtree_probs() local73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs()74 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs()84 const int c01 = segcounts[0] + segcounts[1]; in cost_segmap() local88 const int c0123 = c01 + c23; in cost_segmap()97 cost += c01 * vp9_cost_zero(probs[1]) + in cost_segmap()100 if (c01 > 0) in cost_segmap()
86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13