HomeSort by relevance Sort by last modified time
    Searched refs:var_noise_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.h 35 return var_noise_;
63 double var_noise_; member in class:webrtc::OveruseEstimator
overuse_estimator.cc 37 var_noise_(options_.initial_var_noise),
77 const double max_residual = 3.0 * sqrt(var_noise_);
87 const double denom = var_noise_ + h[0]*Eh[0] + h[1]*Eh[1];
148 var_noise_ = beta * var_noise_
150 if (var_noise_ < 1) {
151 var_noise_ = 1;

Completed in 5404 milliseconds