vp9: Scene cut/slide change detection: Increse min_thresh.

Only affects vbr mode.

Change-Id: I15e24c50343bc9171c734dfc7685491c7dbb8654
This commit is contained in:
Marco 2016-03-14 10:42:21 -07:00
Родитель e86d886a39
Коммит 3521e9ee7c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2047,7 +2047,7 @@ void vp9_avg_source_sad(VP9_COMP *cpi) {
// 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 >