Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler.cc25 low_qp_threshold_(-1), in QualityScaler()
35 low_qp_threshold_ = low_qp_threshold; in Init()
64 assert(low_qp_threshold_ >= 0); in OnEncodeFrame()
93 avg_qp <= low_qp_threshold_) { in OnEncodeFrame()
Dquality_scaler.h52 int low_qp_threshold_; variable