Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c69 const int c23 = segcounts[2] + segcounts[3]; 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()
85 const int c23 = segcounts[2] + segcounts[3]; in cost_segmap() local
88 const int c0123 = c01 + c23; in cost_segmap()
98 c23 * vp9_cost_one(probs[1]); in cost_segmap()
103 if (c23 > 0) in cost_segmap()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dfwalsh_sse2.asm101 psubd xmm3, xmm6 ; c23 c22 d23 d22
134 punpckhqdq xmm2, xmm3 ; c23 c22 c21 c20
138 packssdw xmm2, xmm5 ; d23 d22 d21 d20 c23 c22 c21 c20
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm87 vspltw v9, \Ceven, 1 ;# v9 = c21 c31 or c23 c33