Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc560 unsigned int adjusted_max_qp = max_qp_.value(); // Set the normal max qp. in UpdateConfiguration() local
564 adjusted_max_qp = layers_[active_layer_].enhanced_max_qp; in UpdateConfiguration()
569 encoder_config_.rc_max_quantizer = adjusted_max_qp; in UpdateConfiguration()