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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 55 bool active_speech() const { return active_speech_; } function in class:webrtc::PostDecodeVad
time_stretch.cc 102 bool active_speech = SpeechDetection(vec1_energy, vec2_energy, peak_index, local
106 if (!active_speech) {
144 input, input_len, peak_index, best_correlation, active_speech, output);

Completed in 60 milliseconds