Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Ddownsample_fast_neon.c45 int32x4_t out32x4_1 = vdupq_n_s32(2048); in WebRtcSpl_DownsampleFastNeon() local
67 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_2, coeff16x4, 1); in WebRtcSpl_DownsampleFastNeon()
68 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_3, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
85 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_1, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
98 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_1, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon()
104 int16x4_t out16x4_1 = vqshrn_n_s32(out32x4_1, 12); in WebRtcSpl_DownsampleFastNeon()
114 int32x4_t out32x4_1 = vdupq_n_s32(2048); in WebRtcSpl_DownsampleFastNeon() local
140 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_1, coeff16x4, 3); in WebRtcSpl_DownsampleFastNeon()
141 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_3, coeff16x4, 2); in WebRtcSpl_DownsampleFastNeon()
142 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_5, coeff16x4, 1); in WebRtcSpl_DownsampleFastNeon()
[all …]