ref: 3521e9ee7cecb33df35e4339eaf63707759fc18a
parent: e86d886a3902e4cc3f4803093eb8ea0bcd7560e0
author: Marco <[email protected]>
date: Mon Mar 14 06:42:21 EDT 2016
vp9: Scene cut/slide change detection: Increse min_thresh. Only affects vbr mode. Change-Id: I15e24c50343bc9171c734dfc7685491c7dbb8654
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -2047,7 +2047,7 @@
// for cases where there is small change from content that is completely
// static.
if (cpi->oxcf.rc_mode == VPX_VBR) {
- min_thresh = 20000;
+ min_thresh = 30000;
thresh = 2.0f;
}
if (avg_sad >