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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_common.h 25 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65];
aec_core_mips.c 23 extern const float WebRtcAec_weightCurve[65];
    [all...]
aec_core_neon.c 396 const float32x4_t vec_weightCurve = vld1q_f32(&WebRtcAec_weightCurve[i]);
440 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
441 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
aec_core_sse2.c 382 const __m128 vec_weightCurve = _mm_loadu_ps(&WebRtcAec_weightCurve[i]);
420 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
421 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
aec_core.c 77 ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65] = {
278 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
279 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
    [all...]

Completed in 509 milliseconds