Home
last modified time | relevance | path

Searched refs:vdupq_n_s64 (Results 1 – 14 of 14) sorted by relevance

/external/libaom/libaom/av1/encoder/arm/neon/
Dav1_error_neon.c19 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/
Dcross_correlation_neon.c23 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/
Dfilters_neon.c37 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/
Dvp9_error_neon.c18 int64x2_t error = vdupq_n_s64(0); in vp9_block_error_fp_neon()
/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c208 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/
Ddenoising_neon.c69 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/
Dprecise-neon.c44 const int64x2_t vshift = vdupq_n_s64(-shift); in xnn_requantize_precise__neon()
/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter_neon.cc123 int64x2_t v_sum_diff_total = vdupq_n_s64(0); in MbDenoise()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c387 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/
DLPC_inv_pred_gain_neon_intr.c101 mult2Q_s64x2 = vdupq_n_s64( -mult2Q ); in LPC_inverse_pred_gain_QA_neon()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h755 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/
Dinverse_transform_neon.cc312 const int64x2_t zero = vdupq_n_s64(0); in LoadSrc()
/external/neon_2_sse/
DNEON_2_SSE.h1684 _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/
Darm_neon_intrinsics.c3059 int64x2_t tmp = vdupq_n_s64(a); in test_vdupq_n_s64()