Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics.h26 SIMD_INLINE int32_t v64_low_s32(v64 a) { return c_v64_low_s32(a); } in v64_low_s32() function
Dv64_intrinsics_x86.h33 SIMD_INLINE int32_t v64_low_s32(v64 a) { return (int32_t)_mm_cvtsi128_si32(a); } in v64_low_s32() function
Dv64_intrinsics_arm.h34 SIMD_INLINE int32_t v64_low_s32(v64 a) { in v64_low_s32() function