OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dMinPow
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core.h
88
float
dMinPow
[PART_LEN1];
aec_core.c
470
aec->
dMinPow
[i] = 1.0e6f;
718
if (aec->dPow[i] < aec->
dMinPow
[i]) {
719
aec->
dMinPow
[i] = (aec->dPow[i] + step * (aec->
dMinPow
[i] -
723
aec->
dMinPow
[i] *= ramp;
733
if (aec->
dMinPow
[i] > aec->dInitMinPow[i]) {
735
gInitNoise[1] * aec->
dMinPow
[i];
738
aec->dInitMinPow[i] = aec->
dMinPow
[i];
744
aec->noisePow = aec->
dMinPow
;
[
all
...]
Completed in 25 milliseconds