Home
last modified time | relevance | path

Searched refs:vmlal_s32 (Results 1 – 7 of 7) 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/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/libaom/av1/common/arm/
Dhighbd_inv_txfm_neon.c839 vmlal_s32(rnding, vmovn_s64(vreinterpretq_s64_s32(in[i])), fact)); in iidentity4_neon()
844 vmlal_s32(rnding, vmovn_s64(vreinterpretq_s64_s32(a0.val[1])), fact)); in iidentity4_neon()
2861 vmlal_s32(rnding, vmovn_s64(vreinterpretq_s64_s32(in[i])), fact)); in iidentity16_neon()
2866 vmlal_s32(rnding, vmovn_s64(vreinterpretq_s64_s32(a0.val[1])), fact)); in iidentity16_neon()
/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/clang/test/CodeGen/
Daarch64-neon-intrinsics.c8857 return vmlal_s32(a, b, c); in test_vmlal_s32()
Darm_neon_intrinsics.c8950 return vmlal_s32(a, b, c); in test_vmlal_s32()