]> granicus.if.org Git - libvpx/commit
Use 8-tap interp filter in temporal filtering
authorYunqing Wang <yunqingwang@google.com>
Tue, 23 Oct 2018 19:30:13 +0000 (12:30 -0700)
committerYunqing Wang <yunqingwang@google.com>
Tue, 23 Oct 2018 19:34:56 +0000 (12:34 -0700)
commitbb071af390bc60c0d540dac441c7f519404b81cf
tree4402fca0de4d8211b5d2b14c1680784a70586636
parentaf4cd92629d039e06a68cf3fc6cdbbf4cfcfd05a
Use 8-tap interp filter in temporal filtering

Used 8-tap interp filter in temporal filtering to achieve more accurate
motion search result. Using 8-tap sharp gave slight better result than
using 8-tap regular.

Speed 0 borg test showed that
        avg_psnr:  ovr_psnr:    ssim:
hdres:  -0.160      -0.157     -0.173
midres: -0.083      -0.061     -0.183
lowres: -0.077      -0.099     -0.204

Speed test didn't see noticeable encoder time changes.

Change-Id: I97dc3c4864b5a5675a6c1e3952799b81eedd7d93
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_speed_features.h
vp9/encoder/vp9_temporal_filter.c