Home
last modified time | relevance | path

Searched refs:vp9_low (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc52 &s.vp8_low, &s.vp8_high, &s.vp9_low, &s.vp9_high, &s.h264_low, in ParseSettings()
71 return GetThresholds(settings->vp9_low, settings->vp9_high, kMaxVp9Qp); in GetQpThresholds()
Dquality_scaling_experiment.h22 int vp9_low; // VP9: low QP threshold. member
Dquality_scaling_experiment_unittest.cc22 EXPECT_EQ(a.vp9_low, b.vp9_low); in ExpectEqualSettings()