OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAec_kNormalSmoothingCoefficients
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_common.h
28
extern const float
WebRtcAec_kNormalSmoothingCoefficients
[2][2];
aec_core.c
119
const float
WebRtcAec_kNormalSmoothingCoefficients
[2][2] = {{0.9f, 0.1f},
339
:
WebRtcAec_kNormalSmoothingCoefficients
[aec->mult - 1];
[
all
...]
aec_core_neon.c
518
:
WebRtcAec_kNormalSmoothingCoefficients
[aec->mult - 1];
aec_core_sse2.c
497
:
WebRtcAec_kNormalSmoothingCoefficients
[aec->mult - 1];
Completed in 845 milliseconds