Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c68 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in av1_quantize_fp_neon()
94 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in av1_quantize_fp_neon()
166 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in av1_quantize_lp_neon()
191 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in av1_quantize_lp_neon()
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c406 return veorq_s16(vaddq_s16(a, mask), mask); in vsignq_s16()
422 const int16x8_t ac_sign = veorq_s16(alpha_sign, ac_q3); in predict_w8()
434 const int16x8_t ac_sign_0 = veorq_s16(alpha_sign, ac_q3.val[0]); in predict_w16()
435 const int16x8_t ac_sign_1 = veorq_s16(alpha_sign, ac_q3.val[1]); in predict_w16()
453 const int16x8_t ac_sign_0 = veorq_s16(alpha_sign, ac_q3.val[0]); in predict_w32()
454 const int16x8_t ac_sign_1 = veorq_s16(alpha_sign, ac_q3.val[1]); in predict_w32()
455 const int16x8_t ac_sign_2 = veorq_s16(alpha_sign, ac_q3.val[2]); in predict_w32()
456 const int16x8_t ac_sign_3 = veorq_s16(alpha_sign, ac_q3.val[3]); in predict_w32()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c85 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in vp9_quantize_fp_neon()
110 const int16x8_t v_qcoeff_a = veorq_s16(v_tmp2, v_coeff_sign); in vp9_quantize_fp_neon()
177 qcoeff = veorq_s16(qcoeff, coeff_sign); in vp9_quantize_fp_32x32_neon()
226 qcoeff = veorq_s16(qcoeff, coeff_sign); in vp9_quantize_fp_32x32_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c78 qcoeff = veorq_s16(qcoeff, coeff_sign); in vpx_quantize_b_neon()
128 qcoeff = veorq_s16(qcoeff, coeff_sign); in vpx_quantize_b_neon()
238 qcoeff = veorq_s16(qcoeff, coeff_sign); in vpx_quantize_b_32x32_neon()
286 qcoeff = veorq_s16(qcoeff, coeff_sign); in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c58 y0 = veorq_s16(y0, sz0); in vp8_fast_quantize_b_neon()
59 y1 = veorq_s16(y1, sz1); in vp8_fast_quantize_b_neon()
/external/gemmlowp/fixedpoint/
Dfixedpoint_neon.h64 return veorq_s16(a, b);
74 return veorq_s16(a, vdupq_n_s16(-1));
/external/clang/test/CodeGen/
Daarch64-neon-3v.c256 return veorq_s16(a, b); in test_veorq_s16()
Darm_neon_intrinsics.c3141 return veorq_s16(a, b); in test_veorq_s16()
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h422 const int16x8_t val_xor = veorq_s16(val, val_sign); in Divide16x8PowRound()
425 const int16x8_t shifted_val_pos_xor = veorq_s16(shifted_val_pos, val_sign); in Divide16x8PowRound()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc82 const int16x8_t offset1 = veorq_s16(offset0, dst_sign); in Project_NEON()
/external/webp/src/dsp/
Denc_neon.c841 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sign); in Quantize_NEON()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1896 const int16x8_t sub1_result = veorq_s16(one_dup, input); in NeonSub1Vector()
/external/neon_2_sse/
DNEON_2_SSE.h2152 _NEON2SSESTORAGE int16x8_t veorq_s16(int16x8_t a, int16x8_t b); // VEOR q0,q0,q0
15349 _NEON2SSESTORAGE int16x8_t veorq_s16(int16x8_t a, int16x8_t b); // VEOR q0,q0,q0
15350 #define veorq_s16 _mm_xor_si128 macro