Home
last modified time | relevance | path

Searched refs:v128_mul_s16 (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics.h115 SIMD_INLINE v128 v128_mul_s16(v64 a, v64 b) { return c_v128_mul_s16(a, b); } in v128_mul_s16() function
Dv128_intrinsics_x86.h388 SIMD_INLINE v128 v128_mul_s16(v64 a, v64 b) { in v128_mul_s16() function
Dv128_intrinsics_arm.h275 SIMD_INLINE v128 v128_mul_s16(v64 a, v64 b) { in v128_mul_s16() function
/external/libaom/libaom/test/
Dsimd_impl.h754 SIMD_TUPLE(v128_zip_32, 0U, 0U), SIMD_TUPLE(v128_mul_s16, 0U, 0U));
Dsimd_cmp_impl.h899 MAP(v128_mul_s16),