Searched refs:coeff16x4 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | downsample_fast_neon.c | 51 int16x4_t coeff16x4 = vreinterpret_s16_s32(coeff32); 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() 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() 72 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon() local 77 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon() 85 out32x4_1 = vmlal_lane_s16(out32x4_1, in16x4_1, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon() 91 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon() local 97 out32x4_0 = vmlal_lane_s16(out32x4_0, in16x4_0, coeff16x4, 0); in WebRtcSpl_DownsampleFastNeon() [all …]
|