Searched refs:vdupq_n_s64 (Results 1 – 14 of 14) sorted by relevance
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | av1_error_neon.c | 19 int64x2_t error = vdupq_n_s64(0); in av1_block_error_neon() 20 int64x2_t sqcoeff = vdupq_n_s64(0); in av1_block_error_neon() 62 int64x2_t error = vdupq_n_s64(0); in av1_block_error_lp_neon()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | cross_correlation_neon.c | 23 int64x2_t sum0 = vdupq_n_s64(0); in DotProductWithScaleNeon() 24 int64x2_t sum1 = vdupq_n_s64(0); in DotProductWithScaleNeon()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters_neon.c | 37 tmpb_v = vdupq_n_s64(0); in WebRtcIsacfix_AutocorrNeon() 64 tmpb_v = vdupq_n_s64(0); in WebRtcIsacfix_AutocorrNeon()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_error_neon.c | 18 int64x2_t error = vdupq_n_s64(0); in vp9_block_error_fp_neon()
|
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 208 int64x2_t t_s64x2 = vdupq_n_s64( 0 ); in silk_warped_autocorrelation_FIX_neon() 231 lsh_s64x2 = vdupq_n_s64( lsh ); in silk_warped_autocorrelation_FIX_neon()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | denoising_neon.c | 69 int64x2_t v_sum_diff_total = vdupq_n_s64(0); in vp8_denoiser_filter_neon() 259 int64x2_t v_sum_diff_total = vdupq_n_s64(0); in vp8_denoiser_filter_uv_neon()
|
/external/XNNPACK/src/requantization/ |
D | precise-neon.c | 44 const int64x2_t vshift = vdupq_n_s64(-shift); in xnn_requantize_precise__neon()
|
/external/webrtc/webrtc/modules/video_processing/util/ |
D | denoiser_filter_neon.cc | 123 int64x2_t v_sum_diff_total = vdupq_n_s64(0); in MbDenoise()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 387 t[2].val[0] = vsubq_s64(vdupq_n_s64(0), t[2].val[0]); in highbd_idct_cospi_8_24_neg_q() 388 t[2].val[1] = vsubq_s64(vdupq_n_s64(0), t[2].val[1]); in highbd_idct_cospi_8_24_neg_q() 389 t[3].val[0] = vsubq_s64(vdupq_n_s64(0), t[3].val[0]); in highbd_idct_cospi_8_24_neg_q() 390 t[3].val[1] = vsubq_s64(vdupq_n_s64(0), t[3].val[1]); in highbd_idct_cospi_8_24_neg_q() 402 t[1].val[0] = vsubq_s64(vdupq_n_s64(0), t[1].val[0]); in highbd_idct_cospi_8_24_neg_d() 403 t[1].val[1] = vsubq_s64(vdupq_n_s64(0), t[1].val[1]); in highbd_idct_cospi_8_24_neg_d()
|
/external/libopus/silk/arm/ |
D | LPC_inv_pred_gain_neon_intr.c | 101 mult2Q_s64x2 = vdupq_n_s64( -mult2Q ); in LPC_inverse_pred_gain_QA_neon()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 755 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(c))); in v128_shl_64() 761 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(-c))); in v128_shr_u64() 765 return (c > 63) ? v128_ones() : vshlq_s64(a, vdupq_n_s64(-c)); in v128_shr_s64()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 312 const int64x2_t zero = vdupq_n_s64(0); in LoadSrc()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1684 _NEON2SSESTORAGE int64x2_t vdupq_n_s64(int64_t value); // VMOV d0,r0,r0 12298 _NEON2SSESTORAGE int64x2_t vdupq_n_s64(int64_t value); // VMOV d0,r0,r0 12299 _NEON2SSE_INLINE int64x2_t vdupq_n_s64(int64_t value) in vdupq_n_s64() function 12376 #define vmovq_n_s64 vdupq_n_s64
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 3059 int64x2_t tmp = vdupq_n_s64(a); in test_vdupq_n_s64()
|