Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc189 static const int kHighVp8QpThreshold = 95; in GetScalingSettingsInternal() local
191 high.value_or(kHighVp8QpThreshold)); in GetScalingSettingsInternal()
/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java470 final int kHighVp8QpThreshold = 95; in getScalingSettings() local
471 return new ScalingSettings(kLowVp8QpThreshold, kHighVp8QpThreshold); in getScalingSettings()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc58 constexpr int kHighVp8QpThreshold = 95; variable
1244 kLowVp8QpThreshold, kHighVp8QpThreshold) in GetEncoderInfo()