Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dquantile_noise_estimator.h25 class QuantileNoiseEstimator {
27 QuantileNoiseEstimator();
28 QuantileNoiseEstimator(const QuantileNoiseEstimator&) = delete;
29 QuantileNoiseEstimator& operator=(const QuantileNoiseEstimator&) = delete;
Dquantile_noise_estimator.cc19 QuantileNoiseEstimator::QuantileNoiseEstimator() { in QuantileNoiseEstimator() function in webrtc::QuantileNoiseEstimator
30 void QuantileNoiseEstimator::Estimate( in Estimate()
Dnoise_estimator.h72 QuantileNoiseEstimator quantile_noise_estimator_;