Home
last modified time | relevance | path

Searched refs:c_v128_shr_s32 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_c.h822 return c_v256_from_v128(c_v128_shr_s32(a.v128[1], c), in c_v256_shr_s32()
823 c_v128_shr_s32(a.v128[0], c)); in c_v256_shr_s32()
Dv128_intrinsics_c.h784 SIMD_INLINE c_v128 c_v128_shr_s32(c_v128 a, const unsigned int c) { in c_v128_shr_s32() function
848 return c_v128_shr_s32(a, n); in c_v128_shr_n_s32()
Dv128_intrinsics.h265 return c_v128_shr_s32(a, c); in v128_shr_s32()