]> granicus.if.org Git - libvpx/commitdiff
Add PERCEPTUAL_AQ tag
authorJingning Han <jingning@google.com>
Mon, 29 Apr 2019 18:40:42 +0000 (11:40 -0700)
committerJingning Han <jingning@google.com>
Mon, 29 Apr 2019 18:42:54 +0000 (11:42 -0700)
Refactor the percetual AQ mode control.

Change-Id: I9c00c32139ec98fd6aebc1d5086e042730f3616f

vp9/encoder/vp9_encoder.h

index 62896472dd14a8130b1e0168fa8b5bdf47401c6a..dcf318e2994b7b78b216566b6c8709b124051da3 100644 (file)
@@ -120,9 +120,10 @@ typedef enum {
   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;