Searched defs:active_speech (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h55 bool active_speech() const { return active_speech_; } function in class:webrtc::PostDecodeVad
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 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);

Completed in 284 milliseconds