Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h614 SIMD_INLINE v64 v64_shr_n_u8(v64 a, unsigned int c) { in v64_shr_n_u8() function
658 SIMD_INLINE v64 v64_shr_n_u8(v64 a, unsigned int c) { return v64_shr_u8(a, c); } in v64_shr_n_u8() function
Dv64_intrinsics.h209 SIMD_INLINE v64 v64_shr_n_u8(v64 a, unsigned int c) { in v64_shr_n_u8() function
Dv64_intrinsics_x86.h480 #define v64_shr_n_u8(a, c) \ macro