]> granicus.if.org Git - libvpx/commitdiff
Assign perceptual AQ mode as 5
authorJingning Han <jingning@google.com>
Fri, 10 May 2019 20:25:32 +0000 (13:25 -0700)
committerJingning Han <jingning@google.com>
Fri, 10 May 2019 20:25:32 +0000 (13:25 -0700)
Change-Id: I8f301fab3bedcd71588c57ccd6e49dcb7042e220

vp9/encoder/vp9_encoder.h

index f448f961c73e49f491009f6e0d59105fd72b5f27..ddba3275e44f2d581f0d8d6e43eea40a55b503eb 100644 (file)
@@ -119,8 +119,8 @@ typedef enum {
   COMPLEXITY_AQ = 2,
   CYCLIC_REFRESH_AQ = 3,
   EQUATOR360_AQ = 4,
-  PSNR_AQ = 5,
-  PERCEPTUAL_AQ = 6,
+  PERCEPTUAL_AQ = 5,
+  PSNR_AQ = 6,
   // AQ based on lookahead temporal
   // variance (only valid for altref frames)
   LOOKAHEAD_AQ = 7,