Searched refs:v128_ziplo_64 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 52 x0 = v128_ziplo_64(t1, t0); in hsum4() 54 x2 = v128_ziplo_64(t3, t2); in hsum4() 151 res[7] = v128_ziplo_64(tr1_1, tr1_0); in array_reverse_transpose_8x8() 153 res[5] = v128_ziplo_64(tr1_3, tr1_2); in array_reverse_transpose_8x8() 155 res[3] = v128_ziplo_64(tr1_5, tr1_4); in array_reverse_transpose_8x8() 157 res[1] = v128_ziplo_64(tr1_7, tr1_6); in array_reverse_transpose_8x8()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 410 v128_ziplo_64(a.val[0], b.val[0])); in v256_ziplo_64() 415 v128_ziplo_64(a.val[1], b.val[1])); in v256_ziphi_64()
|
D | v128_intrinsics.h | 154 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { return c_v128_ziplo_64(a, b); } in v128_ziplo_64() function
|
D | v128_intrinsics_x86.h | 170 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { in v128_ziplo_64() function
|
D | v128_intrinsics_arm.h | 488 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { in v128_ziplo_64() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 539 SIMD_TUPLE(v128_ziplo_64, 0U, 0U), SIMD_TUPLE(v128_ziphi_64, 0U, 0U),
|
D | simd_cmp_impl.h | 682 MAP(v128_ziplo_64),
|