Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Ddownsample_fast_neon.c44 int32x4_t out32x4_0 = vdupq_n_s32(2048); in WebRtcSpl_DownsampleFastNeon() local
57 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 1); in WebRtcSpl_DownsampleFastNeon()
58 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_1, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
77 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
97 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
103 int16x4_t out16x4_0 = vqshrn_n_s32(out32x4_0, 12); in WebRtcSpl_DownsampleFastNeon()
113 int32x4_t out32x4_0 = vdupq_n_s32(2048); in WebRtcSpl_DownsampleFastNeon() local
126 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 3); in WebRtcSpl_DownsampleFastNeon()
127 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_2, coeff16x4, 2); in WebRtcSpl_DownsampleFastNeon()
128 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_4, coeff16x4, 1); in WebRtcSpl_DownsampleFastNeon()
[all …]