Searched refs:WebRtcAec_weightCurve (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_common.h25 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65];
H A Daec_core_mips.c24 extern const float WebRtcAec_weightCurve[65];
651 p_WebRtcAec_wC = (float*)&WebRtcAec_weightCurve[0];
H A Daec_core_neon.c382 const float32x4_t vec_weightCurve = vld1q_f32(&WebRtcAec_weightCurve[i]);
426 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
427 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
H A Daec_core_sse2.c370 const __m128 vec_weightCurve = _mm_loadu_ps(&WebRtcAec_weightCurve[i]);
408 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
409 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
H A Daec_core.c75 ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65] = { variable
275 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
276 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c341 extern const float WebRtcAec_weightCurve[65];
356 const __m128 vec_weightCurve = _mm_loadu_ps(&WebRtcAec_weightCurve[i]);
395 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
396 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
H A Daec_core.c76 const float WebRtcAec_weightCurve[65] = { variable
365 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
366 (1 - WebRtcAec_weightCurve[i]) * hNl[i];

Completed in 118 milliseconds