Home
last modified time | relevance | path

Searched defs:v128_max_s16 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics.h146 SIMD_INLINE v128 v128_max_s16(v128 a, v128 b) { return c_v128_max_s16(a, b); } in v128_max_s16() function
Dv128_intrinsics_x86.h490 SIMD_INLINE v128 v128_max_s16(v128 a, v128 b) { return _mm_max_epi16(a, b); } in v128_max_s16() function
Dv128_intrinsics_arm.h400 SIMD_INLINE v128 v128_max_s16(v128 x, v128 y) { in v128_max_s16() function