Home
last modified time | relevance | path

Searched refs:c67 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c71 const int c67 = segcounts[6] + segcounts[7]; in calc_segtree_probs() local
73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs()
75 segment_tree_probs[2] = get_binary_prob(c45, c67); in calc_segtree_probs()
87 const int c67 = segcounts[6] + segcounts[7]; in cost_segmap() local
89 const int c4567 = c45 + c67; in cost_segmap()
110 c67 * vp9_cost_one(probs[2]); in cost_segmap()
115 if (c67 > 0) in cost_segmap()