]> granicus.if.org Git - libvpx/commit
VP9 denoiser implemented FILTER_BLOCK case
authorTim Kopp <tkopp@google.com>
Tue, 17 Jun 2014 20:04:39 +0000 (13:04 -0700)
committerTim Kopp <tkopp@google.com>
Wed, 2 Jul 2014 18:23:29 +0000 (11:23 -0700)
commit03a3ba4a0da42588350b1a4a18ff76df44756944
tree0eb740b35bc14c2eccab6a0af41dd2b145d81c0f
parent9c9922df972b543631e3d88680c5aac87860e9c0
VP9 denoiser implemented FILTER_BLOCK case

Renamed updating_running_avg() to filter(). Extended function with the rest of
the filter procedure. Made all of the empirically-determined constants used in
VP8 into functions so they can be tweaked more easily.

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