]> granicus.if.org Git - libvpx/commit
Fix a bug in calculating delta in VP9 denoiser.
authorJackyChen <jackychen@google.com>
Mon, 29 Sep 2014 18:30:17 +0000 (11:30 -0700)
committerJackyChen <jackychen@google.com>
Mon, 29 Sep 2014 20:09:18 +0000 (13:09 -0700)
commit7ba646f7e6142ff95b026a042f3d352012e46177
treef22b4f2c3e25eb11c8e7076bdd698f08ea4a0890
parent8b4dd536a53623f27a5dde7a4e4bd4cae485ba1c
Fix a bug in calculating delta in VP9 denoiser.

When calculating delta in VP8 denoiser, since the block size is fixed to 16x16,
the divisor is 256, which is the number of the pixel.
But in VP9, the block size varies, the divisor should correspond to the block
size.

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