shithub: libvpx

Download patch

ref: 5a97d750b458fe67af8c163da6acd0488c382091
parent: 2a26032bd2250407dbdc6447a82a7c1ff964d84b
author: Jingning Han <jingning@google.com>
date: Mon Apr 29 07:40:42 EDT 2019

Add PERCEPTUAL_AQ tag

Refactor the percetual AQ mode control.

Change-Id: I9c00c32139ec98fd6aebc1d5086e042730f3616f

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