HomeSort by relevance Sort by last modified time
    Searched refs:PROB_RANGE (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
defines.h 43 #define PROB_RANGE (float)0.20 // probability threshold for noise state in
ns_core.c 825 if (probSpeech > PROB_RANGE) {
829 if (probSpeech < PROB_RANGE) {
    [all...]

Completed in 39 milliseconds