summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2019-03-20 11:13:22 -0700
committerJingning Han <jingning@google.com>2019-03-20 11:13:39 -0700
commitc6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d (patch)
tree4ddce13b923326ba70692b7de60cbc3b795b6d58 /vp9/encoder
parent60f76593e344dcef468752b49cf79be19b5adb0d (diff)
downloadlibvpx-c6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d.tar
libvpx-c6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d.tar.gz
libvpx-c6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d.tar.bz2
libvpx-c6eb185331f2ffa2385b30bd9f1bc6f82c10bc1d.zip
Enable all the 8 segments by default for perceptual AQ mode
Change-Id: I8999ee74216785c22568a09bce7590c9fc6905c1
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_encodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c
index 8aa3df0b8..4d39520dd 100644
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -5896,7 +5896,7 @@ static void encode_frame_internal(VP9_COMP *cpi) {
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)