Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h726 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()
Dv256_intrinsics_v128.h746 return v256_from_v128(v128_shr_s16(a.val[1], c), v128_shr_s16(a.val[0], c)); in v256_shr_s16()
Dv128_intrinsics.h255 SIMD_INLINE v128 v128_shr_s16(v128 a, unsigned int c) { in v128_shr_s16() function
Dv128_intrinsics_x86.h559 SIMD_INLINE v128 v128_shr_s16(v128 a, unsigned int c) { in v128_shr_s16() function
/external/libaom/libaom/av1/common/
Dcdef_block_simd.h171 v128_sub_16(v128_shr_s16(lines[i], coeff_shift), v128_dup_16(128)); in SIMD_FUNC()
/external/libaom/libaom/test/
Dsimd_impl.h768 SIMD_TUPLE(v128_shr_s16, 15U, 32U), SIMD_TUPLE(v128_shl_32, 31U, 32U),
Dsimd_cmp_impl.h909 MAP(v128_shr_s16),