Searched refs:c3 (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | perf | 118 -w*) width=`echo $1 | cut -c3-` ;; 120 -h*) height=`echo $1 | cut -c3-` ;; 159 -w*) width=`echo $1 | cut -c3-` ;; 161 -h*) height=`echo $1 | cut -c3-` ;;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | idctllm_altivec.asm | 78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3 84 vperm v3, v6, v7, v11 ;# a3 b3 c3 d3 129 vmrghh v2, v0, v1 ;# a0 c0 a1 c1 a2 c2 a3 c3 133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_sse2.asm | 705 … movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0 715 … punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0 724 … punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0 734 … punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82 751 … punpckhqdq xmm3, xmm5 ; f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03 876 ; xmm6 = f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03 883 … punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82 893 … movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82 897 … punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2 901 ; xmm5 = f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2 [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1688 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv() local 1691 if (c1 > c3) return 0; in check_best_zero_mv() 1693 if (c2 > c3) return 0; in check_best_zero_mv() 1697 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frame].as_int == 0) || in check_best_zero_mv() 1698 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0)) in check_best_zero_mv() 1701 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frame].as_int == 0 && in check_best_zero_mv() 1703 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0 && in check_best_zero_mv()
|