Home
last modified time | relevance | path

Searched refs:PROB_RANGE (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Ddefines.h43 #define PROB_RANGE (float)0.20 // probability threshold for noise state in macro
Dns_core.c825 if (probSpeech > PROB_RANGE) { in UpdateNoiseEstimate()
829 if (probSpeech < PROB_RANGE) { in UpdateNoiseEstimate()