Searched refs:vqsub_s16 (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | shortidct4x4llm_neon.c | 47 d13 = vqsub_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // b1 in vp8_short_idct4x4llm_neon() 53 d10 = vqsub_s16(vget_low_s16(q3s16), vget_high_s16(q4s16)); // c1 in vp8_short_idct4x4llm_neon() 58 d4 = vqsub_s16(d13, d10); in vp8_short_idct4x4llm_neon() 59 d5 = vqsub_s16(d12, d11); in vp8_short_idct4x4llm_neon() 76 d13 = vqsub_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // b1 in vp8_short_idct4x4llm_neon() 82 d10 = vqsub_s16(vget_low_s16(q3s16), vget_high_s16(q4s16)); // c1 in vp8_short_idct4x4llm_neon() 87 d4 = vqsub_s16(d13, d10); in vp8_short_idct4x4llm_neon() 88 d5 = vqsub_s16(d12, d11); in vp8_short_idct4x4llm_neon()
|
D | dequant_idct_neon.c | 62 d13 = vqsub_s16(vget_low_s16(q1), vget_low_s16(q2)); in vp8_dequant_idct_add_neon() 73 d10 = vqsub_s16(vget_low_s16(q3), vget_high_s16(q4)); in vp8_dequant_idct_add_neon() 78 d4 = vqsub_s16(d13, d10); in vp8_dequant_idct_add_neon() 79 d5 = vqsub_s16(d12, d11); in vp8_dequant_idct_add_neon() 95 d13 = vqsub_s16(d2tmp2.val[0], d2tmp3.val[0]); in vp8_dequant_idct_add_neon() 101 d10 = vqsub_s16(vget_low_s16(q3), vget_high_s16(q4)); in vp8_dequant_idct_add_neon() 106 d4 = vqsub_s16(d13, d10); in vp8_dequant_idct_add_neon() 107 d5 = vqsub_s16(d12, d11); in vp8_dequant_idct_add_neon()
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_neon.c | 180 int16x4_t xi = vqsub_s16(inim_0, inim_1); in PostShiftAndSeparateNeon() 182 int16x4_t yi = vqsub_s16(inre_1, inre_0); in PostShiftAndSeparateNeon()
|
/external/webp/src/dsp/ |
D | enc_neon.c | 108 const int16x4_t b = vqsub_s16(vget_low_s16(rows->val[0]), in TransformPass_NEON() 112 const int16x4_t c = vqsub_s16(vget_low_s16(C1), vget_high_s16(C0)); in TransformPass_NEON()
|
D | dec_neon.c | 1029 const int16x4_t b = vqsub_s16(vget_low_s16(rows->val[0]), in TransformPass_NEON() 1033 const int16x4_t c = vqsub_s16(vget_low_s16(C1), vget_high_s16(C0)); in TransformPass_NEON() 1274 const int16x8_t m2_m3 = vcombine_s16(vqsub_s16(B, c4), vqsub_s16(B, d4)); in TransformAC3_NEON()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v64_intrinsics_arm.h | 253 vqsub_s16(vreinterpret_s16_s64(x), vreinterpret_s16_s64(y))); in v64_ssub_s16()
|
/external/arm-neon-tests/ |
D | ref-rvct-neon-nofp16.txt | 913 VQSUB/VQSUBQ:1:vqsub_s16 Neon cumulative saturation 0 987 VQSUB/VQSUBQ:63:vqsub_s16 Neon cumulative saturation 1
|
D | ref-rvct-neon.txt | 981 VQSUB/VQSUBQ:1:vqsub_s16 Neon cumulative saturation 0 1057 VQSUB/VQSUBQ:65:vqsub_s16 Neon cumulative saturation 1
|
D | ref-rvct-all.txt | 981 VQSUB/VQSUBQ:1:vqsub_s16 Neon cumulative saturation 0 1057 VQSUB/VQSUBQ:65:vqsub_s16 Neon cumulative saturation 1
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 2993 return vqsub_s16(a, b); in test_vqsub_s16()
|
D | arm_neon_intrinsics.c | 11128 return vqsub_s16(a, b); in test_vqsub_s16()
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 13363 return vqsub_s16(a, b); in test_vqsub_s16()
|
D | aarch64-neon-intrinsics.c | 3292 return vqsub_s16(a, b); in test_vqsub_s16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 670 _NEON2SSESTORAGE int16x4_t vqsub_s16(int16x4_t a, int16x4_t b); // VQSUB.S16 d0,d0,d0 4570 _NEON2SSESTORAGE int16x4_t vqsub_s16(int16x4_t a, int16x4_t b); // VQSUB.S16 d0,d0,d0 4571 _NEON2SSE_INLINE int16x4_t vqsub_s16(int16x4_t a, int16x4_t b) in vqsub_s16() function
|