Remove QualityScaler kDefaultLowQpDenominator.

This denominator doesn't make any semantic sense, it's better to use
real thresholds for when things look "good" or "bad" rather than
fractions of a max QP.

BUG=webrtc:5678
R=danilchap@webrtc.org

Review URL: https://codereview.webrtc.org/1855393005 .

Cr-Commit-Position: refs/heads/master@{#12363}
This commit is contained in:
Peter Boström
2016-04-14 17:04:03 +02:00
parent 926dfcdf5e
commit 00b62b0849
4 changed files with 11 additions and 17 deletions

View File

@ -17,7 +17,6 @@
namespace webrtc {
class QualityScaler {
public:
static const int kDefaultLowQpDenominator;
struct Resolution {
int width;
int height;