OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseEstCtr
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.h
124
int
noiseEstCtr
;
aec_core.c
466
aec->
noiseEstCtr
= 0;
716
if (aec->
noiseEstCtr
> 50) {
730
if (aec->
noiseEstCtr
< noiseInitBlocks) {
731
aec->
noiseEstCtr
++;
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h
174
WebRtc_Word16
noiseEstCtr
;
aecm_core.c
627
aecm->
noiseEstCtr
= 0;
[
all
...]
Completed in 26 milliseconds