Searched refs:voice_probability (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dagc.h44 virtual float voice_probability() const { function in class:webrtc::Agc
H A Dagc_manager_direct.h68 float voice_probability();
H A Dagc_manager_direct.cc323 float AgcManagerDirect::voice_probability() { function in class:webrtc::AgcManagerDirect
324 return agc_->voice_probability();
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppressor.h46 // |voice_probability| is the probability of voice being present in this chunk
47 // of audio. If voice information is not available, |voice_probability| must
58 float voice_probability,
67 void UpdateRestoration(float voice_probability);
H A Dtransient_suppressor.cc172 float voice_probability,
175 detection_length != detection_length_ || voice_probability < 0 ||
176 voice_probability > 1) {
185 UpdateRestoration(voice_probability);
315 void TransientSuppressor::UpdateRestoration(float voice_probability) { argument
319 bool not_voiced = voice_probability < kVoiceThreshold;
165 Suppress(float* data, size_t data_length, int num_channels, const float* detection_data, size_t detection_length, const float* reference_data, size_t reference_length, float voice_probability, bool key_pressed) argument
H A Dtransient_suppression_test.cc224 agc.voice_probability(),
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc815 float voice_probability = local
817 ? private_submodules_->agc_manager->voice_probability()
823 ca->keyboard_data(), ca->num_keyboard_frames(), voice_probability,

Completed in 305 milliseconds