Home
last modified time | relevance | path

Searched refs:last_sample_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc41 last_sample_ms_(0), in QpSmoother()
54 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()
55 last_sample_ms_ = now_ms; in Add()
62 int64_t last_sample_ms_; member in webrtc::QualityScaler::QpSmoother
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc95 QpSmoother() : last_sample_ms_(rtc::TimeMillis()), smoother_(kAlpha) {} in QpSmoother()
105 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()
106 last_sample_ms_ = now_ms; in Add()
113 int64_t last_sample_ms_; member in webrtc::LibvpxVp8Decoder::QpSmoother