]> granicus.if.org Git - libvpx/commit
Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code.
authorJackyChen <jackychen@google.com>
Wed, 10 Sep 2014 20:19:42 +0000 (13:19 -0700)
committerJackyChen <jackychen@google.com>
Wed, 10 Sep 2014 23:18:43 +0000 (16:18 -0700)
commit47380c335071517b57ebb5c67248831402562ead
treed90e3eb6dd0727837e4976a736f55683d5ce1b95
parent0e66848081c19e75bf68ace1ac8f93220c4af68e
Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code.

This issue is found when the denoising mode is set to kDenoiserOnYUVAggressive.
Updated the C code to make it the same with SSE version.

I also changed several lines in VP9 denoiser for the code style.

Change-Id: I640d48cf946fe8c6a400e6e252107501d1e226d3
vp8/encoder/denoising.c
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_denoiser.h