Home
last modified time | relevance | path

Searched defs:speech_probability (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dinput_volume_controller_unittest.cc180 float speech_probability, in CallPreProcessAndProcess()
221 float speech_probability, in Feed()
257 float speech_probability, in UpdateRecommendedInputVolume()
312 float speech_probability, in CallAgcSequence()
325 float speech_probability, in CallProcess()
H A Dinput_volume_controller.cc199 float speech_probability) { in Process()
510 void InputVolumeController::Process(float speech_probability, in Process()
H A Dadaptive_digital_gain_applier.h31 float speech_probability; // Probability of speech in the [0, 1] range. member
H A Dspeech_level_estimator.cc62 float speech_probability) { in Update()
H A Dadaptive_digital_gain_controller.cc69 float speech_probability, in Process()
H A Dsaturation_protector.cc111 void Analyze(float speech_probability, in Analyze()
H A Dsaturation_protector_unittest.cc28 float speech_probability, in RunOnConstantLevel()
H A Dspeech_level_estimator_unittest.cc38 float speech_probability, in RunOnConstantLevel()
/aosp_15_r20/external/webrtc/modules/audio_processing/agc/
H A Dagc_manager_direct.cc142 int GetSpeechLevelErrorDb(float speech_level_dbfs, float speech_probability) { in GetSpeechLevelErrorDb()
627 absl::optional<float> speech_probability, in Process()
/aosp_15_r20/external/webrtc/modules/audio_processing/ns/
H A Dnoise_estimator.cc150 rtc::ArrayView<const float> speech_probability, in PostUpdate()
H A Dnoise_suppressor.cc190 rtc::ArrayView<const float> speech_probability, in ComputeUpperBandsGain()
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dgain_controller2.cc155 void GainController2::Process(absl::optional<float> speech_probability, in Process()
H A Dgain_controller2_unittest.cc649 float speech_probability = vad.Analyze(AudioFrameView<const float>( in TEST() local
/aosp_15_r20/external/webrtc/common_audio/vad/
H A Dvad_core.c154 int32_t noise_probability[kNumGaussians], speech_probability[kNumGaussians]; in GmmProbability() local