ref: c0307e6cea0fcd79577eaa107f76b07acaf1d4e6
parent: dcc0c894c4594d66a58ec5f05a6b44e43f504cb5
author: Marco <[email protected]>
date: Fri Jan 15 10:02:09 EST 2016
vp9-denoiser: Set motion threshold for skin_map to 0. More aggresive on avoiding denoising on skin. May supplement this later by adding condtion onn consec_zeromv. Change-Id: Ied92b332f9b24e821d2009f81d1565758588d9a5
--- a/vp9/encoder/vp9_denoiser.c
+++ b/vp9/encoder/vp9_denoiser.c
@@ -212,7 +212,7 @@
saved_mbmi = *mbmi;
- if (is_skin && motion_magnitude > 16)
+ if (is_skin && motion_magnitude > 0)
return COPY_BLOCK;
// If the best reference frame uses inter-prediction and there is enough of a