Searched refs:active_speech (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | accelerate.cc | 48 bool active_speech, in CheckCriteriaAndStretch() argument 54 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch() 82 if (active_speech) { in CheckCriteriaAndStretch()
|
D | preemptive_expand.cc | 62 bool active_speech, in CheckCriteriaAndStretch() argument 72 !active_speech) { in CheckCriteriaAndStretch() 93 if (active_speech) { in CheckCriteriaAndStretch()
|
D | time_stretch.cc | 101 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()
|
D | post_decode_vad.h | 55 bool active_speech() const { return active_speech_; } in active_speech() function
|
D | background_noise.cc | 46 if (vad.running() && vad.active_speech()) { in Update() 70 (vad.running() && !vad.active_speech())) { in Update()
|
D | accelerate.h | 63 bool active_speech,
|
D | preemptive_expand.h | 65 bool active_speech,
|
D | time_stretch.h | 81 bool active_speech,
|
D | neteq_impl.cc | 2039 } else if (vad_->running() && !vad_->active_speech()) { in LastOutputType()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | audio_encoder_cng_unittest.cc | 103 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()
|