]> granicus.if.org Git - libvpx/commit
vp9-denoiser. Code cleanup and bugfix.
authorMarco <marpan@google.com>
Mon, 4 Apr 2016 16:11:00 +0000 (09:11 -0700)
committerMarco <marpan@google.com>
Mon, 4 Apr 2016 16:11:00 +0000 (09:11 -0700)
commita2307ff095bdb365c16c9c6ef4e2c825947b17e4
tree626f9ebb3fa37629f376e109a1b551b95016157a
parent89b1c9d4bec12e96307942a3dfb9a1397276141d
vp9-denoiser. Code cleanup and bugfix.

Some cleanup and bugfix: pass mi_row/mi_col (not mv_col/mv_row)
to build_inter_predictors. This only affects case where
the frame is resized, but since denoising is not done on resized
frames, the fix has not effect currently.

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