Searched refs:v128_blend_8 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 349 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()
|
D | v128_intrinsics.h | 129 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
|
D | v128_intrinsics_x86.h | 469 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
|
D | v128_intrinsics_arm.h | 383 SIMD_INLINE v128 v128_blend_8(v128 a, v128 b, v128 c) { in v128_blend_8() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 585 SIMD_TUPLE(v128_blend_8, 0U, 0U));
|
D | simd_cmp_impl.h | 935 MAP(v128_blend_8),
|