HomeSort by relevance Sort by last modified time
    Searched refs:avg_qp (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.cc 71 int avg_qp = 0; local
77 (average_qp_.GetAverage(num_samples_, &avg_qp) &&
78 avg_qp > high_qp_threshold_)) {
92 } else if (average_qp_.GetAverage(num_samples_, &avg_qp) &&
93 avg_qp <= low_qp_threshold_) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 1994 int avg_qp = cpi->resize_avg_qp \/ cpi->resize_count; local
    [all...]

Completed in 57 milliseconds