Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.h55 bool active_speech() const { return active_speech_; } in active_speech() function
Daccelerate.cc48 bool active_speech, in CheckCriteriaAndStretch()
Dpreemptive_expand.cc62 bool active_speech, in CheckCriteriaAndStretch() argument
Dtime_stretch.cc101 bool active_speech = SpeechDetection(vec1_energy, vec2_energy, peak_index, in Process() local
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc103 void CheckBlockGrouping(size_t blocks_per_frame, bool active_speech) { in CheckBlockGrouping()