Home
last modified time | relevance | path

Searched refs:v128_madd_us8 (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_x86.h424 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { in v128_madd_us8() function
437 return v128_madd_us8(a, _mm_set1_epi8(1)); in v128_padd_u8()
Dv256_intrinsics_v128.h304 return v256_from_v128(v128_madd_us8(a.val[1], b.val[1]), in v256_madd_us8()
305 v128_madd_us8(a.val[0], b.val[0])); in v256_madd_us8()
Dv128_intrinsics.h126 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { return c_v128_madd_us8(a, b); } in v128_madd_us8() function
Dv128_intrinsics_arm.h316 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { in v128_madd_us8() function
/external/libaom/libaom/test/
Dsimd_impl.h548 SIMD_TUPLE(v128_madd_s16, 0U, 0U), SIMD_TUPLE(v128_madd_us8, 0U, 0U),
Dsimd_cmp_impl.h702 MAP(v128_madd_us8),