Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_v128.h349 return v256_from_v128(v128_blend_8(a.val[1], b.val[1], c.val[1]), in v256_blend_8()
350 v128_blend_8(a.val[0], b.val[0], c.val[0])); in v256_blend_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()
707 v128_blend_8(v128_shuffle_8(x.val[1], v128_sub_8(pattern.val[0], c48)), 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.h129 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
Dv128_intrinsics_x86.h469 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
Dv128_intrinsics_arm.h383 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
/external/libaom/libaom/test/
Dsimd_impl.h585 SIMD_TUPLE(v128_blend_8, 0U, 0U));
Dsimd_cmp_impl.h935 MAP(v128_blend_8),