Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics.h150 SIMD_INLINE int64_t v64_dotp_s16(v64 a, v64 b) { return c_v64_dotp_s16(a, b); } in v64_dotp_s16()
Dv128_intrinsics_c.h132 return c_v64_dotp_s16(a.v64[1], b.v64[1]) + in c_v128_dotp_s16()
133 c_v64_dotp_s16(a.v64[0], b.v64[0]); in c_v128_dotp_s16()
Dv64_intrinsics_c.h590 SIMD_INLINE int64_t c_v64_dotp_s16(c_v64 a, c_v64 b) { in c_v64_dotp_s16() function