shithub: libvpx

Download patch

ref: 2057c4e49575d84f652544550d2afceabec3e075
parent: bd26b8aa712af1defca7c307ee6c5bd0ceb01fb0
parent: 1358fdf2cb3ff608fa71ab273e980bef57e61408
author: Jingning Han <jingning@google.com>
date: Tue Dec 18 10:49:36 EST 2018

Merge "Add PSNR_AQ mode"

--- a/vp9/encoder/vp9_encoder.h
+++ b/vp9/encoder/vp9_encoder.h
@@ -119,9 +119,10 @@
   COMPLEXITY_AQ = 2,
   CYCLIC_REFRESH_AQ = 3,
   EQUATOR360_AQ = 4,
+  PSNR_AQ = 5,
   // AQ based on lookahead temporal
   // variance (only valid for altref frames)
-  LOOKAHEAD_AQ = 5,
+  LOOKAHEAD_AQ = 6,
   AQ_MODE_COUNT  // This should always be the last member of the enum
 } AQ_MODE;