Searched refs:active_speech (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc45 int16_t best_correlation, bool active_speech,
48 if ((best_correlation > kCorrelationThreshold) || !active_speech) {
69 if (active_speech) {
43 CheckCriteriaAndStretch( const int16_t* input, size_t input_length, size_t peak_index, int16_t best_correlation, bool active_speech, AudioMultiVector* output) const argument
H A Dpreemptive_expand.cc58 int16_t best_correlation, bool active_speech,
68 !active_speech) {
89 if (active_speech) {
56 CheckCriteriaAndStretch( const int16_t *input, size_t input_length, size_t peak_index, int16_t best_correlation, bool active_speech, AudioMultiVector* output) const argument
H A Dpost_decode_vad.h55 bool active_speech() const { return active_speech_; } function in class:webrtc::PostDecodeVad
H A Daccelerate.h60 int16_t best_correlation, bool active_speech,
H A Dtime_stretch.cc102 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);
H A Dtime_stretch.h77 int16_t best_correlation, bool active_speech,
H A Dbackground_noise.cc43 if (vad.running() && vad.active_speech()) {
67 (vad.running() && !vad.active_speech())) {
H A Dneteq_impl.cc1922 } else if (vad_->running() && !vad_->active_speech()) {

Completed in 127 milliseconds