Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daccelerate.cc52 bool active_speech, in CheckCriteriaAndStretch() argument
58 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()
87 if (active_speech) { in CheckCriteriaAndStretch()
Dpreemptive_expand.cc64 bool active_speech, in CheckCriteriaAndStretch() argument
74 !active_speech) { in CheckCriteriaAndStretch()
95 if (active_speech) { in CheckCriteriaAndStretch()
Dtime_stretch.cc102 bool active_speech = in Process() local
106 if (!active_speech) { in Process()
144 active_speech, fast_mode, output); in Process()
Dpost_decode_vad.h54 bool active_speech() const { return active_speech_; } in active_speech() function
Daccelerate.h62 bool active_speech,
Dpreemptive_expand.h63 bool active_speech,
Dbackground_noise.cc51 if (vad.running() && vad.active_speech()) { in Update()
73 (vad.running() && !vad.active_speech())) { in Update()
Dtime_stretch.h77 bool active_speech,
Dneteq_impl.cc2167 } else if (vad_->running() && !vad_->active_speech()) { in LastOutputType()
/external/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc113 void CheckBlockGrouping(size_t blocks_per_frame, bool active_speech) { in CheckBlockGrouping() argument
120 .WillRepeatedly(Return(active_speech ? Vad::kActive : Vad::kPassive)); in CheckBlockGrouping()
128 if (active_speech) in CheckBlockGrouping()
131 if (active_speech) { in CheckBlockGrouping()