Searched refs:v128_shr_s16 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 726 SIMD_INLINE v128 v128_shr_s16(v128 a, unsigned int c) { in v128_shr_s16() function 892 return v128_shr_s16(a, c); in v128_shr_n_s16()
|
D | v256_intrinsics_v128.h | 746 return v256_from_v128(v128_shr_s16(a.val[1], c), v128_shr_s16(a.val[0], c)); in v256_shr_s16()
|
D | v128_intrinsics.h | 255 SIMD_INLINE v128 v128_shr_s16(v128 a, unsigned int c) { in v128_shr_s16() function
|
D | v128_intrinsics_x86.h | 559 SIMD_INLINE v128 v128_shr_s16(v128 a, unsigned int c) { in v128_shr_s16() function
|
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 171 v128_sub_16(v128_shr_s16(lines[i], coeff_shift), v128_dup_16(128)); in SIMD_FUNC()
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 768 SIMD_TUPLE(v128_shr_s16, 15U, 32U), SIMD_TUPLE(v128_shl_32, 31U, 32U),
|
D | simd_cmp_impl.h | 909 MAP(v128_shr_s16),
|