Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h618 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { in v64_shr_n_s8() function
660 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { return v64_shr_s8(a, c); } in v64_shr_n_s8() function
Dv64_intrinsics.h212 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { in v64_shr_n_s8() function
Dv64_intrinsics_x86.h482 #define v64_shr_n_s8(a, c) \ macro