Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c206 int16x8_t tmp16x8_2; in WebRtcNsx_NoiseEstimationNeon() local
242 tmp16x8_2 = vld1q_s16(&inst->noiseEstLogQuantile[offset + i]); // Keep in WebRtcNsx_NoiseEstimationNeon()
243 tmp16x8_1 = vaddq_s16(tmp16x8_2, tmp16x8_1); // Keep for several lines in WebRtcNsx_NoiseEstimationNeon()
260 tmp16x8_0 = vsubq_s16(tmp16x8_2, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
269 tmp16x8_4 = vcgtq_s16(tmp16x8_3, tmp16x8_2); in WebRtcNsx_NoiseEstimationNeon()
270 tmp16x8_2 = vbslq_s16(tmp16x8_4, tmp16x8_1, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
271 vst1q_s16(&inst->noiseEstLogQuantile[offset + i], tmp16x8_2); in WebRtcNsx_NoiseEstimationNeon()
280 tmp16x8_3 = vsubq_s16(tmp16x8_3, tmp16x8_2); in WebRtcNsx_NoiseEstimationNeon()