Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c205 int16x8_t tmp16x8_1; in WebRtcNsx_NoiseEstimationNeon() local
239 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2); in WebRtcNsx_NoiseEstimationNeon()
243 tmp16x8_1 = vaddq_s16(tmp16x8_2, tmp16x8_1); // Keep for several lines in WebRtcNsx_NoiseEstimationNeon()
270 tmp16x8_2 = vbslq_s16(tmp16x8_4, tmp16x8_1, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
275 tmp16x8_1 = vld1q_s16(&inst->noiseEstDensity[offset + i]); in WebRtcNsx_NoiseEstimationNeon()
276 tmp16x8_0 = vqrdmulhq_s16(tmp16x8_1, countProd_16x8); in WebRtcNsx_NoiseEstimationNeon()
283 tmp16x8_1 = vbslq_s16(tmp16x8_4, tmp16x8_0, tmp16x8_1); in WebRtcNsx_NoiseEstimationNeon()
284 vst1q_s16(&inst->noiseEstDensity[offset + i], tmp16x8_1); in WebRtcNsx_NoiseEstimationNeon()