Searched refs:InterpolatedGainCurve (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/agc2/ |
D | interpolated_gain_curve.cc | 23 InterpolatedGainCurve::approximation_params_x_; 26 InterpolatedGainCurve::approximation_params_m_; 29 InterpolatedGainCurve::approximation_params_q_; 31 InterpolatedGainCurve::InterpolatedGainCurve(ApmDataDumper* apm_data_dumper, in InterpolatedGainCurve() function in webrtc::InterpolatedGainCurve 43 InterpolatedGainCurve::~InterpolatedGainCurve() { in ~InterpolatedGainCurve() 58 InterpolatedGainCurve::RegionLogger::RegionLogger( in RegionLogger() 83 InterpolatedGainCurve::RegionLogger::~RegionLogger() = default; 85 void InterpolatedGainCurve::RegionLogger::LogRegionStats( in LogRegionStats() 86 const InterpolatedGainCurve::Stats& stats) const { in LogRegionStats() 87 using Region = InterpolatedGainCurve::GainCurveRegion; in LogRegionStats() [all …]
|
D | interpolated_gain_curve_unittest.cc | 38 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 48 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 61 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 75 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 88 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 107 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 126 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 148 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 170 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST() 191 InterpolatedGainCurve igc(&apm_data_dumper, ""); in TEST()
|
D | interpolated_gain_curve.h | 35 class InterpolatedGainCurve { 63 InterpolatedGainCurve(ApmDataDumper* apm_data_dumper, 65 ~InterpolatedGainCurve(); 94 void LogRegionStats(const InterpolatedGainCurve::Stats& stats) const; 147 RTC_DISALLOW_COPY_AND_ASSIGN(InterpolatedGainCurve);
|
D | limiter.h | 36 InterpolatedGainCurve::Stats GetGainCurveStats() const; 51 const InterpolatedGainCurve interp_gain_curve_;
|
D | limiter.cc | 133 InterpolatedGainCurve::Stats Limiter::GetGainCurveStats() const { in GetGainCurveStats()
|