Home
last modified time | relevance | path

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

/external/webrtc/video/
Dquality_threshold.cc30 count_high_(0), in QualityThreshold()
51 --count_high_; in AddMeasurement()
58 ++count_high_; in AddMeasurement()
62 if (count_high_ >= sufficient_majority) { in AddMeasurement()
Dquality_threshold.h46 int count_high_; variable