Home
last modified time | relevance | path

Searched refs:v128_ziplo_64 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dcdef_block_simd.h52 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/
Dv256_intrinsics_v128.h410 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()
Dv128_intrinsics.h154 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { return c_v128_ziplo_64(a, b); } in v128_ziplo_64() function
Dv128_intrinsics_x86.h170 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { in v128_ziplo_64() function
Dv128_intrinsics_arm.h488 SIMD_INLINE v128 v128_ziplo_64(v128 a, v128 b) { in v128_ziplo_64() function
/external/libaom/libaom/test/
Dsimd_impl.h539 SIMD_TUPLE(v128_ziplo_64, 0U, 0U), SIMD_TUPLE(v128_ziphi_64, 0U, 0U),
Dsimd_cmp_impl.h682 MAP(v128_ziplo_64),