Home
last modified time | relevance | path

Searched defs:x_max (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c352 const float32x4_t x_max = vmaxq_f32(x_min, min_input); in vpowq_f32() local
Daec_core_sse2.c335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input)); in mm_pow_ps() local