Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.cc59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms()
202 qp_counters_.vp8.Add(encoded_image.qp_); in OnPreDecode()
Dreceive_statistics_proxy.h109 QpCounters qp_counters_; // Only accessed on the decoding thread. variable