OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noiseestctr
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h
134
int
noiseEstCtr
;
aec_core.c
410
aec->
noiseEstCtr
= 0;
647
if (aec->
noiseEstCtr
> 50) {
661
if (aec->
noiseEstCtr
< noiseInitBlocks) {
662
aec->
noiseEstCtr
++;
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.h
163
WebRtc_Word16
noiseEstCtr
;
aecm_core.c
347
aecm->
noiseEstCtr
= 0;
[
all
...]
Completed in 42 milliseconds