Searched refs:v128_ziphi_32 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 50 t2 = v128_ziphi_32(x1, x0); in hsum4() 51 t3 = v128_ziphi_32(x3, x2); in hsum4() 144 const v128 tr1_2 = v128_ziphi_32(tr0_1, tr0_0); in array_reverse_transpose_8x8() 145 const v128 tr1_3 = v128_ziphi_32(tr0_5, tr0_4); in array_reverse_transpose_8x8() 148 const v128 tr1_6 = v128_ziphi_32(tr0_3, tr0_2); in array_reverse_transpose_8x8() 149 const v128 tr1_7 = v128_ziphi_32(tr0_7, tr0_6); in array_reverse_transpose_8x8()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 399 return v256_from_v128(v128_ziphi_32(a.val[0], b.val[0]), in v256_ziplo_32() 404 return v256_from_v128(v128_ziphi_32(a.val[1], b.val[1]), in v256_ziphi_32() 435 return v256_from_v128(v128_ziphi_32(a, b), v128_ziplo_32(a, b)); in v256_zip_32()
|
D | v128_intrinsics.h | 153 SIMD_INLINE v128 v128_ziphi_32(v128 a, v128 b) { return c_v128_ziphi_32(a, b); } in v128_ziphi_32() function
|
D | v128_intrinsics_x86.h | 166 SIMD_INLINE v128 v128_ziphi_32(v128 a, v128 b) { in v128_ziphi_32() function
|
D | v256_intrinsics_x86.h | 206 return v256_from_v128(v128_ziphi_32(a, b), v128_ziplo_32(a, b)); in v256_zip_32()
|
D | v128_intrinsics_arm.h | 473 SIMD_INLINE v128 v128_ziphi_32(v128 x, v128 y) { in v128_ziphi_32() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 538 SIMD_TUPLE(v128_ziplo_32, 0U, 0U), SIMD_TUPLE(v128_ziphi_32, 0U, 0U),
|
D | simd_cmp_impl.h | 681 MAP(v128_ziphi_32),
|