Home
last modified time | relevance | path

Searched refs:vp8_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()
69 return GetThresholds(settings->vp8_low, settings->vp8_high, kMaxVp8Qp); in GetQpThresholds()
Dquality_scaling_experiment.h20 int vp8_low; // VP8: low QP threshold. member
Dquality_scaling_experiment_unittest.cc20 EXPECT_EQ(a.vp8_low, b.vp8_low); in ExpectEqualSettings()