Home
last modified time | relevance | path

Searched refs:vmovq_n_s16 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c45 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in av1_quantize_fp_neon()
46 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in av1_quantize_fp_neon()
47 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon()
74 v_round = vmovq_n_s16(round_ptr[1]); in av1_quantize_fp_neon()
75 v_quant = vmovq_n_s16(quant_ptr[1]); in av1_quantize_fp_neon()
76 v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon()
142 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in av1_quantize_lp_neon()
143 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in av1_quantize_lp_neon()
144 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_lp_neon()
171 v_round = vmovq_n_s16(round_ptr[1]); in av1_quantize_lp_neon()
[all …]
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c57 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon()
58 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()
59 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()
90 v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon()
91 v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()
92 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()
207 const int16x8_t round = vrshrq_n_s16(vmovq_n_s16(round_ptr[1]), 1); in vp9_quantize_fp_32x32_neon()
208 const int16x8_t quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_32x32_neon()
210 vshrq_n_s16(vmovq_n_s16(dequant_ptr[1]), 2); in vp9_quantize_fp_32x32_neon()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc155 static const int16x8_t ZERO_16x8 = vmovq_n_s16(0); in ToInt16x8()
274 const int16x8_t y_lerpsx = vmovq_n_s16(ys_ilerp); in OutputLerp8x8x1()
300 const int16x8_t y_lerpsx = vmovq_n_s16(ys_ilerp); in OutputLerp8x8x3()
Dquantization_utils_test.cc816 int16x8_t To16x8(int16 val) { return vmovq_n_s16(val); } in To16x8()
Dquantization_utils.h447 static const int16x8_t FIRST_BIT = vmovq_n_s16(FIRST_BIT_VAL); in Divide16x8Pow()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c904 const int16x8_t max = vmovq_n_s16((1 << bd) - 1); in vpx_highbd_tm_predictor_4x4_neon()
945 const int16x8_t max = vmovq_n_s16((1 << bd) - 1); in vpx_highbd_tm_predictor_8x8_neon()
990 const int16x8_t max = vmovq_n_s16((1 << bd) - 1); in vpx_highbd_tm_predictor_16x16_neon()
1048 const int16x8_t max = vmovq_n_s16((1 << bd) - 1); in vpx_highbd_tm_predictor_32x32_neon()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c10112 return vmovq_n_s16(a); in test_vmovq_n_s16()
/external/neon_2_sse/
DNEON_2_SSE.h1699 _NEON2SSESTORAGE int16x8_t vmovq_n_s16(int16_t value); // VDUP.16 q0,r0
12354 _NEON2SSESTORAGE int16x8_t vmovq_n_s16(int16_t value); // VDUP.16 q0,r0
12355 #define vmovq_n_s16 vdupq_n_s16 macro