Home
last modified time | relevance | path

Searched refs:v128_cmplt_s8 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_v128.h576 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()
Dv128_intrinsics.h222 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return c_v128_cmplt_s8(a, b); } in v128_cmplt_s8() function
Dv128_intrinsics_x86.h511 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return _mm_cmplt_epi8(a, b); } in v128_cmplt_s8() function
Dv128_intrinsics_arm.h656 SIMD_INLINE v128 v128_cmplt_s8(v128 x, v128 y) { in v128_cmplt_s8() function
/external/libaom/libaom/av1/common/
Dcdef_block_simd.h216 const v128 sign = v128_cmplt_s8(diff, v128_zero()); in constrain()
/external/libaom/libaom/test/
Dsimd_impl.h554 SIMD_TUPLE(v128_cmplt_s8, 0U, 0U), SIMD_TUPLE(v128_cmpeq_8, 0U, 0U),
Dsimd_cmp_impl.h716 MAP(v128_cmplt_s8),