Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c68 const int c01 = segcounts[0] + segcounts[1]; in calc_segtree_probs() local
73 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() local
88 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13