/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 64 vmsumshm v10, v0, v8, v6 65 vmsumshm v10, v1, v9, v10 66 vsraw v10, v10, v7 ;# v10 = A0 A1 B0 B1 72 vpkuwum v10, v10, v11 ;# v10 = A0 A1 B0 B1 A2 A3 B2 B3 73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3 84 vsraw v10, v8, v7 92 vpkuwum v8, v10, v8 ;# v8 = rows 0,1 or 2,3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 118 Tpair v20,v21, v2,v10 132 Tpair v10,v11, v21,v29 244 ;# The input/output is in registers v0...v7. We use v10...v17 as mirrors; 248 ;# result lands in the "mirror" registers v10...v17 251 Tpair v10, v11, v0, v4 258 Tpair v0, v1, v10, v14 288 vmrghb v10, v21, v29 298 vmrghb v20, v2, v10 299 vmrglb v21, v2, v10 320 vmrghb v10, v21, v29 [all …]
|
D | filter_altivec.asm | 49 lvx v10, 0, r9 ;# v10..v14 = first 5 rows 125 luma_v v10, v11, v12, v13, v14, v15 126 luma_v v11, v12, v13, v14, v15, v10 131 luma_v v12, v13, v14, v15, v10, v11 132 luma_v v13, v14, v15, v10, v11, v12 137 luma_v v14, v15, v10, v11, v12, v13 138 luma_v v15, v10, v11, v12, v13, v14 509 load_c v10, b_hilo, 0, r9, r10 511 vperm v0, v0, v1, v10 512 vperm v2, v2, v3, v10 [all …]
|
D | idctllm_altivec.asm | 31 load_c v10, hi_hi, 0, r9, r10 80 vperm v0, v4, v5, v10 ;# a0 b0 c0 d0 83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 10916 T10 v10) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), 10917 v8_(v8), v9_(v9), v10_(v10) {} 10950 T10 v10, T11 v11) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), 10951 v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {} 10985 T10 v10, T11 v11, T12 v12) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), 10986 v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12) {} 11022 T10 v10, T11 v11, T12 v12, T13 v13) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), 11023 v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), 11061 T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) : v1_(v1), v2_(v2), v3_(v3), 11062 v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct_avx2.c | 824 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in fadst8_avx2() local 897 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); in fadst8_avx2() 914 u10 = _mm_srai_epi32(v10, DCT_CONST_BITS); in fadst8_avx2()
|
D | vp9_dct_sse2.c | 925 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in fadst8_sse2() local 998 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); in fadst8_sse2() 1015 u10 = _mm_srai_epi32(v10, DCT_CONST_BITS); in fadst8_sse2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 720 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in iadst8_sse2() local 796 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); in iadst8_sse2() 813 u10 = _mm_srai_epi32(v10, DCT_CONST_BITS); in iadst8_sse2()
|