Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c203 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); in WebRtcNsx_NoiseEstimationNeon() local
204 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
215 tmp16x8_0 = vdupq_n_s16(factor); in WebRtcNsx_NoiseEstimationNeon()
216 vst1q_s16(deltaBuff, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
234 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // Keep for several lines. in WebRtcNsx_NoiseEstimationNeon()
239 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2); in WebRtcNsx_NoiseEstimationNeon()
248 tmp16x8_0 = vrshrq_n_s16(tmp16x8_0, 1); in WebRtcNsx_NoiseEstimationNeon()
251 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4); in WebRtcNsx_NoiseEstimationNeon()
255 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4); in WebRtcNsx_NoiseEstimationNeon()
259 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // keep in WebRtcNsx_NoiseEstimationNeon()
[all …]