Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_x86.h519 SIMD_INLINE v128 v128_cmplt_s16(v128 a, v128 b) { in v128_cmplt_s16() function
623 v128 t = v128_cmplt_s16(v128_xor(a, v128_dup_16(32768)), in v128_sad_u16()
Dv256_intrinsics_v128.h591 return v256_from_v128(v128_cmplt_s16(a.val[1], b.val[1]), in v256_cmplt_s16()
592 v128_cmplt_s16(a.val[0], b.val[0])); in v256_cmplt_s16()
Dv128_intrinsics.h227 SIMD_INLINE v128 v128_cmplt_s16(v128 a, v128 b) { in v128_cmplt_s16() function
Dv128_intrinsics_arm.h671 SIMD_INLINE v128 v128_cmplt_s16(v128 x, v128 y) { in v128_cmplt_s16() function
/external/libaom/libaom/test/
Dsimd_impl.h562 SIMD_TUPLE(v128_cmplt_s16, 0U, 0U),
Dsimd_cmp_impl.h720 MAP(v128_cmplt_s16),