OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normal_mu
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
107
float
normal_mu
; // stepsize
member in struct:AecCore
184
float
normal_mu
,
aec_core_mips.c
[
all
...]
aec_core.c
186
float
normal_mu
,
190
const float mu = extended_filter_enabled ? kExtendedMu :
normal_mu
;
928
float
normal_mu
,
[
all
...]
aec_core_sse2.c
83
float
normal_mu
,
89
: _mm_set1_ps(
normal_mu
);
128
extended_filter_enabled ? kExtendedMu :
normal_mu
;
aec_core_neon.c
130
float
normal_mu
,
134
const float mu = extended_filter_enabled ? kExtendedMu :
normal_mu
;
Completed in 724 milliseconds