]> granicus.if.org Git - libvpx/commit
vp8 denoiser fix: Update denoised altref on key frame.
authorMarco Paniconi <marpan@google.com>
Mon, 21 Jul 2014 16:58:54 +0000 (09:58 -0700)
committerMarco Paniconi <marpan@google.com>
Tue, 22 Jul 2014 17:14:03 +0000 (10:14 -0700)
commitf909e43abc2cbb7bcb782246e7d3b640c9cf7536
tree6a40f594917b5f50d6af9460870aa265f0e4a06c
parentf932e15210820b806e7932f2ceb2e5f8758c8cc8
vp8 denoiser fix: Update denoised altref on key frame.

On a key frame, the denoised-running_avg for all references
frames should be updated with the source.
The altref denoised-running_avg was not being updated on key frame,
this fixes that.

Change-Id: Ie02cd0ba5383e013af59240e6df7e185d11703f6
vp8/encoder/onyx_if.c