Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc196 static const int kLowVp9QpThreshold = 96; in GetScalingSettingsInternal() local
199 return VideoEncoder::ScalingSettings(kLowVp9QpThreshold, in GetScalingSettingsInternal()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc61 constexpr int kLowVp9QpThreshold = 149; variable
1662 FieldTrialParameter<int> low_qp("low_qp", kLowVp9QpThreshold); in ParseQualityScalerConfig()