Searched refs:veorq_s16 (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 68 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/ |
D | cfl_neon.c | 406 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/ |
D | vp9_quantize_neon.c | 85 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/ |
D | quantize_neon.c | 78 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/ |
D | fastquantizeb_neon.c | 58 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/ |
D | fixedpoint_neon.h | 64 return veorq_s16(a, b); 74 return veorq_s16(a, vdupq_n_s16(-1));
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-3v.c | 256 return veorq_s16(a, b); in test_veorq_s16()
|
D | arm_neon_intrinsics.c | 3141 return veorq_s16(a, b); in test_veorq_s16()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 422 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/ |
D | motion_field_projection_neon.cc | 82 const int16x8_t offset1 = veorq_s16(offset0, dst_sign); in Project_NEON()
|
/external/webp/src/dsp/ |
D | enc_neon.c | 841 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sign); in Quantize_NEON()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 1896 const int16x8_t sub1_result = veorq_s16(one_dup, input); in NeonSub1Vector()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2152 _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
|