Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc319 bool not_voiced = voice_probability < kVoiceThreshold; in UpdateRestoration() local
321 if (not_voiced == use_hard_restoration_) { in UpdateRestoration()
330 use_hard_restoration_ = not_voiced; in UpdateRestoration()