Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc255 unsigned int adjusted_max_qp; in UpdateConfiguration() local
258 adjusted_max_qp = layers_[active_layer_].enhanced_max_qp; in UpdateConfiguration()
263 adjusted_max_qp = max_qp_; // Set the normal max qp. in UpdateConfiguration()
266 if (adjusted_max_qp == cfg->rc_max_quantizer) in UpdateConfiguration()
269 cfg->rc_max_quantizer = adjusted_max_qp; in UpdateConfiguration()