Searched refs:vmovq_n_s16 (Results 1 – 8 of 8) sorted by relevance
45 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 …]
57 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()
155 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()
816 int16x8_t To16x8(int16 val) { return vmovq_n_s16(val); } in To16x8()
447 static const int16x8_t FIRST_BIT = vmovq_n_s16(FIRST_BIT_VAL); in Divide16x8Pow()
904 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()
10112 return vmovq_n_s16(a); in test_vmovq_n_s16()
1699 _NEON2SSESTORAGE int16x8_t vmovq_n_s16(int16_t value); // VDUP.16 q0,r012354 _NEON2SSESTORAGE int16x8_t vmovq_n_s16(int16_t value); // VDUP.16 q0,r012355 #define vmovq_n_s16 vdupq_n_s16 macro