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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 164 (aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]);
aec_core_sse2.c 345 const float hNlFb,
348 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
394 if (hNl[i] > hNlFb) {
395 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
aec_core.c 359 const float hNlFb,
364 if (hNl[i] > hNlFb) {
365 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
866 float hNlFb = 0, hNlFbLow = 0;
    [all...]

Completed in 827 milliseconds