]> granicus.if.org Git - libvpx/commit
vp9-denoiser: Modify skip denoising condition for small blocks.
authorMarco <marpan@google.com>
Wed, 25 Jan 2017 19:39:02 +0000 (11:39 -0800)
committerMarco <marpan@google.com>
Wed, 25 Jan 2017 19:48:09 +0000 (11:48 -0800)
commit3b2d08a93b218c110100d9ac2b7e939f3a7c4ed4
treed73813a5687d4490673300f46b504a135aa8150d
parent70a365269326a034c2f3a60dc2424c92da157f1b
vp9-denoiser: Modify skip denoising condition for small blocks.

Skip denoising for blocks < 16x16, and for block = 16x16
skip denoising for low noise levels and width > 480 for now.
Allow for some speed-up in denoiser.

Change-Id: Ib46cefe4741962d145fa08775defea3a9c928567
vp9/encoder/vp9_denoiser.c