Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc197 static const int kHighVp9QpThreshold = 185; in GetScalingSettingsInternal() local
200 kHighVp9QpThreshold); in GetScalingSettingsInternal()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc62 constexpr int kHighVp9QpThreshold = 205; variable
1663 FieldTrialParameter<int> high_qp("hihg_qp", kHighVp9QpThreshold); in ParseQualityScalerConfig()