Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c70 const int c45 = segcounts[4] + segcounts[5]; 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()
86 const int c45 = segcounts[4] + segcounts[5]; in cost_segmap() local
89 const int c4567 = c45 + c67; in cost_segmap()
109 cost += c45 * vp9_cost_zero(probs[2]) + in cost_segmap()
112 if (c45 > 0) in cost_segmap()