Home
last modified time | relevance | path

Searched refs:v128_ziphi_32 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dcdef_block_simd.h50 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/
Dv256_intrinsics_v128.h399 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()
Dv128_intrinsics.h153 SIMD_INLINE v128 v128_ziphi_32(v128 a, v128 b) { return c_v128_ziphi_32(a, b); } in v128_ziphi_32() function
Dv128_intrinsics_x86.h166 SIMD_INLINE v128 v128_ziphi_32(v128 a, v128 b) { in v128_ziphi_32() function
Dv256_intrinsics_x86.h206 return v256_from_v128(v128_ziphi_32(a, b), v128_ziplo_32(a, b)); in v256_zip_32()
Dv128_intrinsics_arm.h473 SIMD_INLINE v128 v128_ziphi_32(v128 x, v128 y) { in v128_ziphi_32() function
/external/libaom/libaom/test/
Dsimd_impl.h538 SIMD_TUPLE(v128_ziplo_32, 0U, 0U), SIMD_TUPLE(v128_ziphi_32, 0U, 0U),
Dsimd_cmp_impl.h681 MAP(v128_ziphi_32),