Searched refs:last_sample_ms_ (Results 1 – 2 of 2) sorted by relevance
99 QpSmoother() : last_sample_ms_(rtc::TimeMillis()), smoother_(kAlpha) {} in QpSmoother()109 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()110 last_sample_ms_ = now_ms; in Add()117 int64_t last_sample_ms_; member in webrtc::LibvpxVp8Decoder::QpSmoother
49 last_sample_ms_(0), in QpSmoother()62 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()63 last_sample_ms_ = now_ms; in Add()70 int64_t last_sample_ms_; member in webrtc::QualityScaler::QpSmoother