ref: db2fad7516977709d98c07478bbe6ca10d3603c3
parent: fcd6e4a1c2b3765ae6aa1ad703ef106e1cf7a533
parent: 1b59964162729e33cee49b736cddadc8d854879a
author: Marco Paniconi <marpan@google.com>
date: Wed May 10 13:11:17 EDT 2017
Merge "vp9: Adjustment to noise estimation."
--- a/vp9/encoder/vp9_noise_estimate.c
+++ b/vp9/encoder/vp9_noise_estimate.c
@@ -141,6 +141,8 @@
cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) {
// Force noise estimation to 0 and denoiser off if content has high motion.
ne->level = kLowLow;
+ ne->count = 0;
+ ne->num_frames_estimate = 10;
#if CONFIG_VP9_TEMPORAL_DENOISING
if (cpi->oxcf.noise_sensitivity > 0 && denoise_svc(cpi) &&
cpi->svc.current_superframe > 1) {