Searched refs:v128_cmplt_s8 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 576 return v256_from_v128(v128_cmplt_s8(a.val[1], b.val[1]), in v256_cmplt_s8() 577 v128_cmplt_s8(a.val[0], b.val[0])); in v256_cmplt_s8() 641 v128 maskhi = v128_cmplt_s8(pattern.val[1], c16); in v256_shuffle_8() 642 v128 masklo = v128_cmplt_s8(pattern.val[0], c16); in v256_shuffle_8()
|
D | v128_intrinsics.h | 222 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return c_v128_cmplt_s8(a, b); } in v128_cmplt_s8() function
|
D | v128_intrinsics_x86.h | 511 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return _mm_cmplt_epi8(a, b); } in v128_cmplt_s8() function
|
D | v128_intrinsics_arm.h | 656 SIMD_INLINE v128 v128_cmplt_s8(v128 x, v128 y) { in v128_cmplt_s8() function
|
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 216 const v128 sign = v128_cmplt_s8(diff, v128_zero()); in constrain()
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 554 SIMD_TUPLE(v128_cmplt_s8, 0U, 0U), SIMD_TUPLE(v128_cmpeq_8, 0U, 0U),
|
D | simd_cmp_impl.h | 716 MAP(v128_cmplt_s8),
|