Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_v128.h229 return v256_from_v128(v128_sub_8(a.val[1], b.val[1]), in v256_sub_8()
230 v128_sub_8(a.val[0], b.val[0])); in v256_sub_8()
644 v128_blend_8(v128_shuffle_8(x.val[1], v128_sub_8(pattern.val[1], c16)), in v256_shuffle_8()
646 v128_blend_8(v128_shuffle_8(x.val[1], v128_sub_8(pattern.val[0], c16)), in v256_shuffle_8()
704 v128_blend_8(v128_shuffle_8(x.val[1], v128_sub_8(pattern.val[1], c48)), in v256_wideshuffle_8()
705 v128_shuffle_8(x.val[0], v128_sub_8(pattern.val[1], c32)), in v256_wideshuffle_8()
707 v128_blend_8(v128_shuffle_8(x.val[1], v128_sub_8(pattern.val[0], c48)), in v256_wideshuffle_8()
708 v128_shuffle_8(x.val[0], v128_sub_8(pattern.val[0], c32)), in v256_wideshuffle_8()
711 v128_blend_8(v128_shuffle_8(y.val[1], v128_sub_8(pattern.val[1], c16)), in v256_wideshuffle_8()
713 v128_blend_8(v128_shuffle_8(y.val[1], v128_sub_8(pattern.val[0], c16)), in v256_wideshuffle_8()
Dv128_intrinsics.h104 SIMD_INLINE v128 v128_sub_8(v128 a, v128 b) { return c_v128_sub_8(a, b); } in v128_sub_8() function
Dv128_intrinsics_x86.h113 SIMD_INLINE v128 v128_sub_8(v128 a, v128 b) { return _mm_sub_epi8(a, b); } in v128_sub_8() function
Dv128_intrinsics_arm.h230 SIMD_INLINE v128 v128_sub_8(v128 x, v128 y) { in v128_sub_8() function
/external/libaom/libaom/test/
Dsimd_impl.h532 SIMD_TUPLE(v128_add_32, 0U, 0U), SIMD_TUPLE(v128_sub_8, 0U, 0U),
Dsimd_cmp_impl.h668 MAP(v128_sub_8),