Home
last modified time | relevance | path

Searched refs:vget_high_f32 (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_neon.c35 float32x4_t a23v = vcombine_f32(vget_high_f32(a00v), vget_high_f32(a08v)); in cft1st_128_neon()
37 float32x4_t a67v = vcombine_f32(vget_high_f32(a04v), vget_high_f32(a12v)); in cft1st_128_neon()
65 a08v = vcombine_f32(vget_high_f32(a01v), vget_high_f32(a23v)); in cft1st_128_neon()
66 a12v = vcombine_f32(vget_high_f32(a45v), vget_high_f32(a67v)); in cft1st_128_neon()
104 const float32x2_t yy0_a = vdup_lane_f32(vget_high_f32(x1_x3_add), 0); in cftmdl_128_neon()
105 const float32x2_t yy0_s = vdup_lane_f32(vget_high_f32(x1_x3_sub), 0); in cftmdl_128_neon()
107 const float32x2_t yy1_a = vdup_lane_f32(vget_high_f32(x1_x3_add), 1); in cftmdl_128_neon()
108 const float32x2_t yy1_s = vdup_lane_f32(vget_high_f32(x1_x3_sub), 1); in cftmdl_128_neon()
116 vst1_f32(&a[j + 32], vget_high_f32(xx0)); in cftmdl_128_neon()
118 vst1_f32(&a[j + 48], vget_high_f32(xx1_rev)); in cftmdl_128_neon()
[all …]
Daec_core_neon.c480 vec_total = vpadd_f32(vget_low_f32(vec_wfEn), vget_high_f32(vec_wfEn)); in PartitionDelayNEON()
585 vget_high_f32(vec_sdSum)); in SmoothedPSD()
587 vget_high_f32(vec_seSum)); in SmoothedPSD()
651 vec_sqrtHanning_rev = vcombine_f32(vget_high_f32(vec_sqrtHanning_rev), in WindowDataNEON()
/external/libopus/celt/arm/
Dcelt_neon_intr.c141 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[0]), 0); in xcorr_kernel_neon_float()
143 SUMM = vmlaq_lane_f32(SUMM, YEXT[2], vget_high_f32(XX[0]), 1); in xcorr_kernel_neon_float()
149 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[1]), 0); in xcorr_kernel_neon_float()
151 SUMM = vmlaq_lane_f32(SUMM, YEXT[2], vget_high_f32(XX[1]), 1); in xcorr_kernel_neon_float()
174 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[0]), 0); in xcorr_kernel_neon_float()
176 SUMM = vmlaq_lane_f32(SUMM, YEXT[2], vget_high_f32(XX[0]), 1); in xcorr_kernel_neon_float()
Dpitch_neon_intr.c219 xy_f32x2 = vadd_f32(vget_low_f32(xy_f32x4), vget_high_f32(xy_f32x4)); in celt_inner_prod_neon()
266 xy01_f32x2 = vadd_f32(vget_low_f32(xy01_f32x4), vget_high_f32(xy01_f32x4)); in dual_inner_prod_neon()
267 xy02_f32x2 = vadd_f32(vget_low_f32(xy02_f32x4), vget_high_f32(xy02_f32x4)); in dual_inner_prod_neon()
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h89 v1 = vcombine_f32(vdup_lane_f32(vget_low_f32(a.v), 0), vdup_lane_f32(vget_high_f32(a.v), 0));
91 v2 = vcombine_f32(vdup_lane_f32(vget_low_f32(a.v), 1), vdup_lane_f32(vget_high_f32(a.v), 1));
160 a_hi = vget_high_f32(a.v);
177 a2 = vget_high_f32(a.v);
190 sum2 = vcombine_f32(vget_high_f32(vecs[0].v), vget_high_f32(vecs[1].v));
202 a2 = vget_high_f32(a.v);
283 Packet4f tmp = vcombine_f32(vget_high_f32(kernel.packet[0].v), vget_high_f32(kernel.packet[1].v));
DPacketMath.h320 a_hi = vget_high_f32(a_r64);
341 a_hi = vget_high_f32(a);
406 a_hi = vget_high_f32(a);
435 a_hi = vget_high_f32(a);
460 a_hi = vget_high_f32(a);
509 kernel.packet[1] = vcombine_f32(vget_high_f32(tmp1.val[0]), vget_high_f32(tmp2.val[0]));
511 kernel.packet[3] = vcombine_f32(vget_high_f32(tmp1.val[1]), vget_high_f32(tmp2.val[1]));
/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_neon.cc43 float32x2_t m_half = vadd_f32(vget_high_f32(m_sums1), vget_low_f32(m_sums1)); in Convolve_NEON()
/external/webrtc/webrtc/common_audio/
Dfir_filter_neon.cc64 float32x2_t m_half = vadd_f32(vget_high_f32(m_sum), vget_low_f32(m_sum)); in Filter()
/external/clang/test/CodeGen/
Darm-neon-vget.c121 return vget_high_f32(a); in high_f32()
Daarch64-neon-vget-hilo.c82 return vget_high_f32(a); in test_vget_high_f32()
Darm_neon_intrinsics.c3500 return vget_high_f32(a); in test_vget_high_f32()
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h376 acc[2] = vmla_lane_f32(acc[2], filter[2], vget_high_f32(input), 0);
377 acc[3] = vmla_lane_f32(acc[3], filter[3], vget_high_f32(input), 1);
399 acc[1] = vmla_lane_f32(acc[1], vget_high_f32(filter), input, 1);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_float.h377 acc[2] = vmla_lane_f32(acc[2], filter[2], vget_high_f32(input), 0);
378 acc[3] = vmla_lane_f32(acc[3], filter[3], vget_high_f32(input), 1);
400 acc[1] = vmla_lane_f32(acc[1], vget_high_f32(filter), input, 1);
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc177 const float32x2_t high = vget_high_f32(normed); in MinAndMax()
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc3834 vget_high_f32(rhs[j]), 0); in Run()
3836 vget_high_f32(rhs[j]), 1); in Run()
/external/neon_2_sse/
DNEON_2_SSE.h1750 _NEON2SSESTORAGE float32x2_t vget_high_f32(float32x4_t a); // VMOV d0,d0
12599 _NEON2SSESTORAGE float32x2_t vget_high_f32(float32x4_t a); // VMOV d0,d0
12600 _NEON2SSE_INLINE float32x2_t vget_high_f32(float32x4_t a) in vget_high_f32() function