]> granicus.if.org Git - libvpx/commit
vp8: Suppress denoising with respect to old reference frames.
authorMarco <marpan@google.com>
Tue, 7 Oct 2014 23:15:32 +0000 (16:15 -0700)
committerMarco <marpan@google.com>
Wed, 8 Oct 2014 19:54:39 +0000 (12:54 -0700)
commit3b789d36934161b741a82998685be856e72ac217
tree726b0dbbf03873aa7b10603f38c5807964180cd5
parent23e8be901811aa39891ff9888dc10ed7c4a084b0
vp8: Suppress denoising with respect to old reference frames.

If the GOLDEN or ALTREF frame was last updated > x frames in the past,
don't use them for denoising (only consider LAST). Using an old reference
frame for denoising, e.g., if it is a long-term reference or the last key frame,
can cause some visible artifacts, in particular in the aggressive denoising mode.

Change-Id: I239c9fbb092c36cba7e95328f1fa67a58d6a7ed9
vp8/encoder/denoising.h
vp8/encoder/pickinter.c