Home
last modified time | relevance | path

Searched defs:active_speech (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.h55 bool active_speech() const { return active_speech_; } in active_speech() function
Daccelerate.cc45 int16_t best_correlation, bool active_speech, in CheckCriteriaAndStretch()
Dpreemptive_expand.cc58 int16_t best_correlation, bool active_speech, in CheckCriteriaAndStretch()
Dtime_stretch.cc102 bool active_speech = SpeechDetection(vec1_energy, vec2_energy, peak_index, in Process() local