Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc22 constexpr int kMinQp = 1; variable
31 if (low < kMinQp || high > max || high < low) in GetThresholds()