OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dInitMinPow
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h
74
float
dInitMinPow
[PART_LEN1];
aec_core.c
[
all
...]
/external/webrtc/src/modules/audio_processing/aec/
aec_core.h
89
float
dInitMinPow
[PART_LEN1];
aec_core.c
464
memset(aec->
dInitMinPow
, 0, sizeof(aec->
dInitMinPow
));
465
aec->noisePow = aec->
dInitMinPow
;
733
if (aec->dMinPow[i] > aec->
dInitMinPow
[i]) {
734
aec->
dInitMinPow
[i] = gInitNoise[0] * aec->
dInitMinPow
[i] +
738
aec->
dInitMinPow
[i] = aec->dMinPow[i];
741
aec->noisePow = aec->
dInitMinPow
;
[
all
...]
Completed in 345 milliseconds