Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h720 SIMD_INLINE v128 v128_shr_u16(v128 a, unsigned int c) { in v128_shr_u16() function
888 return v128_shr_u16(a, c); in v128_shr_n_u16()
Dv256_intrinsics_v128.h742 return v256_from_v128(v128_shr_u16(a.val[1], c), v128_shr_u16(a.val[0], c)); in v256_shr_u16()
Dv128_intrinsics.h252 SIMD_INLINE v128 v128_shr_u16(v128 a, unsigned int c) { in v128_shr_u16() function
Dv128_intrinsics_x86.h555 SIMD_INLINE v128 v128_shr_u16(v128 a, unsigned int c) { in v128_shr_u16() function
/external/libaom/libaom/test/
Dsimd_impl.h767 SIMD_TUPLE(v128_shl_16, 15U, 32U), SIMD_TUPLE(v128_shr_u16, 15U, 32U),
Dsimd_cmp_impl.h908 MAP(v128_shr_u16),