ref: f38648742af0c82a8594255c4de4d3e9050276db
parent: 939d7d9de8ff4d9e7ec7abdb035d84dd912b48de
parent: ff3866dc43ee334eb098618b257b166eb5aaca0e
author: Marco Paniconi <[email protected]>
date: Wed May 4 18:02:53 EDT 2016
Merge "vp9-noise estimation. Decrease frame period for estimating noise."
--- a/vp9/encoder/vp9_noise_estimate.c
+++ b/vp9/encoder/vp9_noise_estimate.c
@@ -101,7 +101,7 @@
const VP9_COMMON *const cm = &cpi->common;
NOISE_ESTIMATE *const ne = &cpi->noise_estimate;
// Estimate of noise level every frame_period frames.
- int frame_period = 10;
+ int frame_period = 8;
int thresh_consec_zeromv = 6;
unsigned int thresh_sum_diff = 100;
unsigned int thresh_sum_spatial = (200 * 200) << 8;