]> granicus.if.org Git - libvpx/commit
Allow for deblocking temporal-denoised signal.
authorMarco Paniconi <marpan@google.com>
Fri, 13 Jun 2014 17:08:09 +0000 (10:08 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 13 Jun 2014 21:34:05 +0000 (14:34 -0700)
commitd08b2ba1727a358e8836d4cd6a0993343ce5c12d
tree941d8c8e55d6758b175d2697549d5cac4518516a
parent3082565b8de1ec13042ee37415d7fabcba25bbe1
Allow for deblocking temporal-denoised signal.

Allow for an option to selectively apply the deblocking loop filter to the denoised
raw block, based on the denoised state (no-filter, filter with zero motion, or filter with non-zero motion)
of the current block and its upper and left denoised block.
This helps to reduce some blocking artifacts from the motion-compensated denoising.

Change-Id: I0ac4e70076df69a98c5391979e739a2681e24ae6
vp8/encoder/denoising.c
vp8/encoder/denoising.h
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c
vp8/encoder/rdopt.h