Home
last modified time | relevance | path

Searched refs:vmlal_s32 (Results 1 – 9 of 9) sorted by relevance

/external/libopus/silk/arm/
DNSQ_neon.c98 int64x2_t b1 = vmlal_s32(b0, vget_high_s32(a0), vget_high_s32(coef0)); in silk_NSQ_noise_shape_feedback_loop_neon()
99 int64x2_t b2 = vmlal_s32(b1, vget_low_s32(a1), vget_low_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon()
100 int64x2_t b3 = vmlal_s32(b2, vget_high_s32(a1), vget_high_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon()
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h495 vmlal_s32(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp32x2()
499 vmlal_s32(bottom_left_x_res, bottom_right_sub_bottom_left, x_lerp); in ComputeLerp32x2()
506 vmlal_s32(top_x_res, bottom_sub_top_32, y_lerp); in ComputeLerp32x2()
571 vmlal_s32(input_0_64x2, input_value_low_low_32x2, input_mult_32x2); in Requantize8x8To32Neon()
573 vmlal_s32(input_0_64x2, input_value_low_high_32x2, input_mult_32x2); in Requantize8x8To32Neon()
575 vmlal_s32(input_0_64x2, input_value_high_low_32x2, input_mult_32x2); in Requantize8x8To32Neon()
577 vmlal_s32(input_0_64x2, input_value_high_high_32x2, input_mult_32x2); in Requantize8x8To32Neon()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c411 xi0 = vmlal_s32(xi0, vget_low_s32(tmpi_0), vget_low_s32(outre1_0)); in PostShiftAndDivideAndDemodulateNeon()
413 xi2 = vmlal_s32(xi2, vget_low_s32(tmpi_1), vget_low_s32(outre1_1)); in PostShiftAndDivideAndDemodulateNeon()
430 xi1 = vmlal_s32(xi1, vget_high_s32(tmpi_0), vget_high_s32(outre1_0)); in PostShiftAndDivideAndDemodulateNeon()
432 xi3 = vmlal_s32(xi3, vget_high_s32(tmpi_1), vget_high_s32(outre1_1)); in PostShiftAndDivideAndDemodulateNeon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_1024_add_neon.c112 q[2].val[0] = vmlal_s32(q[2].val[0], vget_low_s32(qIn1.val[0]), d[4]); in do_butterfly()
113 q[2].val[1] = vmlal_s32(q[2].val[1], vget_high_s32(qIn1.val[0]), d[4]); in do_butterfly()
114 q[3].val[0] = vmlal_s32(q[3].val[0], vget_low_s32(qIn1.val[1]), d[4]); in do_butterfly()
115 q[3].val[1] = vmlal_s32(q[3].val[1], vget_high_s32(qIn1.val[1]), d[4]); in do_butterfly()
/external/neon_2_sse/
DNEON_2_SSE.h581 _NEON2SSESTORAGE int64x2_t vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c); // VMLAL.S32 q0,d0,d0
3975 _NEON2SSESTORAGE int64x2_t vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c); // VMLAL.S32 q0,d0,d0
3976 _NEON2SSE_INLINE int64x2_t vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) // VMLAL.S32 q0,d0,d0 in vmlal_s32() function
13389 return vmlal_s32(a, b, c);
14101 return vmlal_s32(a, b, vc); in vmlal_n_s32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c7998 return vmlal_s32(a, b, c); in test_vmlal_s32()
Darm_neon_intrinsics.c7080 return vmlal_s32(a, b, c); in test_vmlal_s32()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c8950 return vmlal_s32(a, b, c); in test_vmlal_s32()
Daarch64-neon-intrinsics.c8857 return vmlal_s32(a, b, c); in test_vmlal_s32()