shithub: libvpx

Download patch

ref: c6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d
parent: 60f76593e344dcef468752b49cf79be19b5adb0d
author: Jingning Han <jingning@google.com>
date: Wed Mar 20 07:13:22 EDT 2019

Enable all the 8 segments by default for perceptual AQ mode

Change-Id: I8999ee74216785c22568a09bce7590c9fc6905c1

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -5896,7 +5896,7 @@
     if (cm->show_frame) {
       int mi_row, mi_col;
       cpi->kmeans_data_size = 0;
-      cpi->kmeans_ctr_num = 5;
+      cpi->kmeans_ctr_num = 8;
 
       for (mi_row = 0; mi_row < cm->mi_rows; mi_row += MI_BLOCK_SIZE)
         for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE)