Home
last modified time | relevance | path

Searched refs:vsubq_s64 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht4x4_add_neon.c50 s[1].val[0] = vsubq_s64(s[1].val[0], s[4].val[0]); in highbd_iadst4()
51 s[1].val[1] = vsubq_s64(s[1].val[1], s[4].val[1]); in highbd_iadst4()
52 s[1].val[0] = vsubq_s64(s[1].val[0], s[6].val[0]); in highbd_iadst4()
53 s[1].val[1] = vsubq_s64(s[1].val[1], s[6].val[1]); in highbd_iadst4()
65 t[3].val[0] = vsubq_s64(t[3].val[0], s[3].val[0]); in highbd_iadst4()
66 t[3].val[1] = vsubq_s64(t[3].val[1], s[3].val[1]); in highbd_iadst4()
Dvp9_highbd_iht8x8_add_neon.c81 const int64x2_t sub_lo = vsubq_s64(in0[0], in1[0]); in highbd_sub_dct_const_round_shift_low_8()
82 const int64x2_t sub_hi = vsubq_s64(in0[1], in1[1]); in highbd_sub_dct_const_round_shift_low_8()
Dvp9_highbd_iht16x16_add_neon.c107 out.val[0] = vsubq_s64(in0.val[0], in1.val[0]); in vsubq_s64_dual()
108 out.val[1] = vsubq_s64(in0.val[1], in1.val[1]); in vsubq_s64_dual()
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h442 const int64x2_t val_pos = vsubq_s64(val_xor, val_sign); in Divide64x2PowRound()
445 const int64x2_t shifted_val = vsubq_s64(shifted_val_pos_xor, val_sign); in Divide64x2PowRound()
471 const int64x2_t val_with_offset = vsubq_s64(val, neg_offset); in Divide64x2Pow()
501 const int64x2_t bottom_sub_top_x_res = vsubq_s64(bottom_x_res, top_x_res); in ComputeLerp32x2()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c387 t[2].val[0] = vsubq_s64(vdupq_n_s64(0), t[2].val[0]); in highbd_idct_cospi_8_24_neg_q()
388 t[2].val[1] = vsubq_s64(vdupq_n_s64(0), t[2].val[1]); in highbd_idct_cospi_8_24_neg_q()
389 t[3].val[0] = vsubq_s64(vdupq_n_s64(0), t[3].val[0]); in highbd_idct_cospi_8_24_neg_q()
390 t[3].val[1] = vsubq_s64(vdupq_n_s64(0), t[3].val[1]); in highbd_idct_cospi_8_24_neg_q()
402 t[1].val[0] = vsubq_s64(vdupq_n_s64(0), t[1].val[0]); in highbd_idct_cospi_8_24_neg_d()
403 t[1].val[1] = vsubq_s64(vdupq_n_s64(0), t[1].val[1]); in highbd_idct_cospi_8_24_neg_d()
Dhighbd_idct_neon.h81 c[4] = vsubq_s64(c[4], c[8]); in idct4x4_16_kernel_bd12()
82 c[5] = vsubq_s64(c[5], c[9]); in idct4x4_16_kernel_bd12()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h267 SIMD_INLINE v128 v128_sub_64(v128 x, v128 y) { return vsubq_s64(x, y); } in v128_sub_64()
/external/pffft/
Dsse2neon.h2394 vsubq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); in _mm_sub_epi64()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c232 return vsubq_s64(v1, v2); in test_vsubq_s64()
Darm_neon_intrinsics.c19480 return vsubq_s64(a, b); in test_vsubq_s64()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c21967 return vsubq_s64(a, b); in test_vsubq_s64()
Daarch64-neon-intrinsics.c229 return vsubq_s64(v1, v2); in test_vsubq_s64()
/external/neon_2_sse/
DNEON_2_SSE.h648 _NEON2SSESTORAGE int64x2_t vsubq_s64(int64x2_t a, int64x2_t b); // VSUB.I64 q0,q0,q0
4433 _NEON2SSESTORAGE int64x2_t vsubq_s64(int64x2_t a, int64x2_t b); // VSUB.I64 q0,q0,q0
4434 #define vsubq_s64 _mm_sub_epi64 macro