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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 168 const float hNlFb,
aec_core_mips.c     [all...]
aec_core.c 269 const float hNlFb,
274 if (hNl[i] > hNlFb) {
275 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
806 float hNlFb = 0, hNlFbLow = 0;
871 hNlFb = hNlDeAvg;
877 hNlFb = hNlXdAvg;
885 hNlFb = hNlDeAvg;
897 hNlFb = hNlPref[(int)floor(prefBandQuant * (prefBandSize - 1))];
932 WebRtcAec_OverdriveAndSuppress(aec, hNl, hNlFb, efw);
    [all...]
aec_core_neon.c 370 const float hNlFb,
373 const float32x4_t vec_hNlFb = vmovq_n_f32(hNlFb);
425 if (hNl[i] > hNlFb) {
426 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
aec_core_sse2.c 359 const float hNlFb,
362 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
407 if (hNl[i] > hNlFb) {
408 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +

Completed in 92 milliseconds