Home
last modified time | relevance | path

Searched refs:speech_peak_dbfs (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dadaptive_mode_level_estimator.cc42 RTC_DCHECK_GT(vad_data.speech_peak_dbfs, -150.f); in UpdateEstimation()
43 RTC_DCHECK_LT(vad_data.speech_peak_dbfs, 50.f); in UpdateEstimation()
68 speech_level_dbfs = vad_data.speech_peak_dbfs; in UpdateEstimation()
Dvad_with_level.h26 speech_peak_dbfs(peak) {} in LevelAndProbability()
30 float speech_peak_dbfs = 0; member
Dvad_with_level_unittest.cc36 levels_and_vad_prob.speech_peak_dbfs); in TEST()
Dadaptive_agc.cc52 signal_with_levels.vad_result.speech_peak_dbfs); in Process()
Dsaturation_protector.cc72 peak_enveloper_.Process(vad_data.speech_peak_dbfs); in UpdateMargin()