Home
last modified time | relevance | path

Searched refs:AdaptiveModeLevelEstimatorAgc (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dadaptive_mode_level_estimator_agc.cc21 AdaptiveModeLevelEstimatorAgc::AdaptiveModeLevelEstimatorAgc( in AdaptiveModeLevelEstimatorAgc() function in webrtc::AdaptiveModeLevelEstimatorAgc
29 void AdaptiveModeLevelEstimatorAgc::Process(const int16_t* audio, in Process()
47 bool AdaptiveModeLevelEstimatorAgc::GetRmsErrorDb(int* error) { in GetRmsErrorDb()
57 void AdaptiveModeLevelEstimatorAgc::Reset() { in Reset()
61 float AdaptiveModeLevelEstimatorAgc::voice_probability() const { in voice_probability()
Dadaptive_mode_level_estimator_agc.h23 class AdaptiveModeLevelEstimatorAgc : public Agc {
25 explicit AdaptiveModeLevelEstimatorAgc(ApmDataDumper* apm_data_dumper);
/external/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc154 agc_ = std::make_unique<AdaptiveModeLevelEstimatorAgc>(data_dumper); in MonoAgc()