OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAec_weightCurve
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c
341
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];
aec_core.c
76
const float
WebRtcAec_weightCurve
[65] = {
365
hNl[i] =
WebRtcAec_weightCurve
[i] * hNlFb +
366
(1 -
WebRtcAec_weightCurve
[i]) * hNl[i];
[
all
...]
Completed in 24 milliseconds