OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GAMMA_PAUSE
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
46
#define
GAMMA_PAUSE
(float)0.05 // update for conservative noise estimate
ns_core.c
830
self->magnAvgPause[i] +=
GAMMA_PAUSE
* (magn[i] - self->magnAvgPause[i]);
[
all
...]
Completed in 58 milliseconds