Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c164 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); in NoiseEstimationNeon() local
165 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0); in NoiseEstimationNeon()
177 tmp16x8_0 = vdupq_n_s16(factor); in NoiseEstimationNeon()
178 vst1q_s16(deltaBuff, tmp16x8_0); in NoiseEstimationNeon()
196 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // Keep for several lines. in NoiseEstimationNeon()
201 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2); in NoiseEstimationNeon()
210 tmp16x8_0 = vrshrq_n_s16(tmp16x8_0, 1); in NoiseEstimationNeon()
213 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4); in NoiseEstimationNeon()
217 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4); in NoiseEstimationNeon()
221 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // keep in NoiseEstimationNeon()
[all …]