ref: b38a7cd1696e9e22a16a444fcb5f1e1c47536b70
parent: 5d3327e891da9b8163f0150d3e52cc9f89016353
parent: dd998adc7ae28bcc4e90450d12dac7d0b9e557af
author: Marco Paniconi <[email protected]>
date: Thu Dec 3 18:52:46 EST 2015
Merge "vp9-denoiser: Increase threshold for mode re-evaluation."
--- a/vp9/encoder/vp9_pickmode.c
+++ b/vp9/encoder/vp9_pickmode.c
@@ -1703,7 +1703,7 @@
decision == FILTER_BLOCK &&
cpi->noise_estimate.enabled &&
cpi->noise_estimate.level > kLow &&
- zero_last_cost_orig < (best_rdc.rdcost << 2)) {
+ zero_last_cost_orig < (best_rdc.rdcost << 3)) {
// Check if we should pick ZEROMV on denoised signal.
int rate = 0;
int64_t dist = 0;