]> granicus.if.org Git - libvpx/commit
Add an adaptive denoising mode.
authorMarco Paniconi <marpan@google.com>
Thu, 7 Aug 2014 00:19:29 +0000 (17:19 -0700)
committerMarco <marpan@google.com>
Fri, 15 Aug 2014 00:29:51 +0000 (17:29 -0700)
commit8db245b6a1754849ebd305f93dc011275b2d56ed
tree262e0722890520a4d2abee46799807308371332f
parent2aea20d6137ad9ba322660ed1a9d90c6909a002c
Add an adaptive denoising mode.

On key frame, will always start with normal denoising mode,
but based on a computed noise metric (normalized mse on source diff)
may switch to aggressive mode (and back down again).

Change-Id: I20330b2dcf3056287be37223302b2cab5fc103eb
examples/vpx_temporal_svc_encoder.c
vp8/common/onyx.h
vp8/encoder/denoising.c
vp8/encoder/denoising.h
vp8/encoder/onyx_if.c