Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c207 int16x8_t tmp16x8_3; in WebRtcNsx_NoiseEstimationNeon() local
268 tmp16x8_3 = vld1q_s16(&lmagn[i]); // keep for several lines in WebRtcNsx_NoiseEstimationNeon()
269 tmp16x8_4 = vcgtq_s16(tmp16x8_3, tmp16x8_2); in WebRtcNsx_NoiseEstimationNeon()
280 tmp16x8_3 = vsubq_s16(tmp16x8_3, tmp16x8_2); in WebRtcNsx_NoiseEstimationNeon()
281 tmp16x8_3 = vabsq_s16(tmp16x8_3); in WebRtcNsx_NoiseEstimationNeon()
282 tmp16x8_4 = vcgtq_s16(WIDTHQ8_16x8, tmp16x8_3); in WebRtcNsx_NoiseEstimationNeon()