Home
last modified time | relevance | path

Searched refs:vqadd_s16 (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.c46 d12 = vqadd_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // a1 in vp8_short_idct4x4llm_neon()
54 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1 in vp8_short_idct4x4llm_neon()
56 d2 = vqadd_s16(d12, d11); in vp8_short_idct4x4llm_neon()
57 d3 = vqadd_s16(d13, d10); in vp8_short_idct4x4llm_neon()
75 d12 = vqadd_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // a1 in vp8_short_idct4x4llm_neon()
83 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1 in vp8_short_idct4x4llm_neon()
85 d2 = vqadd_s16(d12, d11); in vp8_short_idct4x4llm_neon()
86 d3 = vqadd_s16(d13, d10); in vp8_short_idct4x4llm_neon()
Ddequant_idct_neon.c61 d12 = vqadd_s16(vget_low_s16(q1), vget_low_s16(q2)); in vp8_dequant_idct_add_neon()
74 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4)); in vp8_dequant_idct_add_neon()
76 d2 = vqadd_s16(d12, d11); in vp8_dequant_idct_add_neon()
77 d3 = vqadd_s16(d13, d10); in vp8_dequant_idct_add_neon()
94 d12 = vqadd_s16(d2tmp2.val[0], d2tmp3.val[0]); in vp8_dequant_idct_add_neon()
102 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4)); in vp8_dequant_idct_add_neon()
104 d2 = vqadd_s16(d12, d11); in vp8_dequant_idct_add_neon()
105 d3 = vqadd_s16(d13, d10); in vp8_dequant_idct_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.h92 sum = vqadd_s16(sum, vmul_s16(s3, filter3)); in convolve8_4()
93 sum = vqadd_s16(sum, vmul_s16(s4, filter4)); in convolve8_4()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c179 int16x4_t xr = vqadd_s16(inre_0, inre_1); in PostShiftAndSeparateNeon()
181 int16x4_t yr = vqadd_s16(inim_0, inim_1); in PostShiftAndSeparateNeon()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc1823 v_dst_i = vqadd_s16(v_src, v_src_fraction); in IdentityColumnStoreToFrame()
1825 v_dst_i = vqadd_s16(v_src, v_src); in IdentityColumnStoreToFrame()
1829 const int16x4_t v_srcx2 = vqadd_s16(v_src, v_src); in IdentityColumnStoreToFrame()
1830 v_dst_i = vqadd_s16(v_srcx2, v_src_mult); in IdentityColumnStoreToFrame()
1905 const int16x4_t v_dst_row = vqadd_s16(v_src, v_src_mult); in Identity4RowColumnStoreToFrame()
1908 const int16x4_t v_dst_col = vqadd_s16(v_dst_row, v_src_mult2); in Identity4RowColumnStoreToFrame()
2052 const int16x4_t v_dst_0 = vqadd_s16(v_src, v_src); in Identity32DcOnly()
/external/webp/src/dsp/
Ddec_neon.c1027 const int16x4_t a = vqadd_s16(vget_low_s16(rows->val[0]), in TransformPass_NEON()
1034 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1)); in TransformPass_NEON()
1272 const int16x4_t B = vqadd_s16(A, CD); in TransformAC3_NEON()
1273 const int16x8_t m0_m1 = vcombine_s16(vqadd_s16(B, d4), vqadd_s16(B, c4)); in TransformAC3_NEON()
Denc_neon.c106 const int16x4_t a = vqadd_s16(vget_low_s16(rows->val[0]), in TransformPass_NEON()
113 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1)); in TransformPass_NEON()
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c42 sum = vqadd_s16(sum, vmul_n_s16(s3, filter[3])); in convolve8_4x4()
43 sum = vqadd_s16(sum, vmul_n_s16(s4, filter[4])); in convolve8_4x4()
90 sum = vqadd_s16(sum, vmul_n_s16(s3, filter[3])); in convolve8_horiz_4x1()
91 sum = vqadd_s16(sum, vmul_n_s16(s4, filter[4])); in convolve8_horiz_4x1()
/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h233 vqadd_s16(vreinterpret_s16_s64(x), vreinterpret_s16_s64(y))); in v64_sadd_s16()
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt2343 VQADD/VQADDQ:1:vqadd_s16 Neon cumulative saturation 0
2417 VQADD/VQADDQ:63:vqadd_s16 Neon cumulative saturation 1
Dref-rvct-neon.txt2723 VQADD/VQADDQ:1:vqadd_s16 Neon cumulative saturation 0
2799 VQADD/VQADDQ:65:vqadd_s16 Neon cumulative saturation 1
Dref-rvct-all.txt2723 VQADD/VQADDQ:1:vqadd_s16 Neon cumulative saturation 0
2799 VQADD/VQADDQ:65:vqadd_s16 Neon cumulative saturation 1
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2845 return vqadd_s16(a, b); in test_vqadd_s16()
Darm_neon_intrinsics.c9662 return vqadd_s16(a, b); in test_vqadd_s16()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c3107 return vqadd_s16(a, b); in test_vqadd_s16()
Darm_neon_intrinsics.c11641 return vqadd_s16(a, b); in test_vqadd_s16()
/external/neon_2_sse/
DNEON_2_SSE.h505 _NEON2SSESTORAGE int16x4_t vqadd_s16(int16x4_t a, int16x4_t b); // VQADD.S16 d0,d0,d0
3217 _NEON2SSESTORAGE int16x4_t vqadd_s16(int16x4_t a, int16x4_t b); // VQADD.S16 d0,d0,d0
3218 _NEON2SSE_INLINE int16x4_t vqadd_s16(int16x4_t a, int16x4_t b) in vqadd_s16() function