Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.cc48 bool active_speech, in CheckCriteriaAndStretch() argument
54 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()
82 if (active_speech) { in CheckCriteriaAndStretch()
Dpreemptive_expand.cc62 bool active_speech, in CheckCriteriaAndStretch() argument
72 !active_speech) { in CheckCriteriaAndStretch()
93 if (active_speech) { in CheckCriteriaAndStretch()
Dtime_stretch.cc101 bool active_speech = SpeechDetection(vec1_energy, vec2_energy, peak_index, in Process() local
105 if (!active_speech) { in Process()
144 active_speech, fast_mode, output); in Process()
Dpost_decode_vad.h55 bool active_speech() const { return active_speech_; } in active_speech() function
Dbackground_noise.cc46 if (vad.running() && vad.active_speech()) { in Update()
70 (vad.running() && !vad.active_speech())) { in Update()
Daccelerate.h63 bool active_speech,
Dpreemptive_expand.h65 bool active_speech,
Dtime_stretch.h81 bool active_speech,
Dneteq_impl.cc2039 } else if (vad_->running() && !vad_->active_speech()) { in LastOutputType()
/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() argument
108 .WillRepeatedly(Return(active_speech ? Vad::kActive : Vad::kPassive)); in CheckBlockGrouping()
116 if (active_speech) in CheckBlockGrouping()
119 if (active_speech) { in CheckBlockGrouping()