HomeSort by relevance Sort by last modified time
    Searched refs:hNlFb (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c     [all...]
aec_core_internal.h 198 const float hNlFb,
aec_core.c 272 const float hNlFb,
277 if (hNl[i] > hNlFb) {
278 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
    [all...]
aec_core_neon.c 384 const float hNlFb,
387 const float32x4_t vec_hNlFb = vmovq_n_f32(hNlFb);
439 if (hNl[i] > hNlFb) {
440 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
aec_core_sse2.c 371 const float hNlFb,
374 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
419 if (hNl[i] > hNlFb) {
420 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +

Completed in 238 milliseconds