]> granicus.if.org Git - libvpx/commit
Run sub-pixel motion search for NEWMV mode test
authorJingning Han <jingning@google.com>
Wed, 26 Feb 2014 17:52:23 +0000 (09:52 -0800)
committerJingning Han <jingning@google.com>
Wed, 26 Feb 2014 19:17:51 +0000 (11:17 -0800)
commitc30d5703e5078337b7e01213145ae758d74df450
tree8b0f3dfe58ea477a7116f551ae6abf3745eecbd6
parent288663e7008f397395c6889e26485771e84fd3c5
Run sub-pixel motion search for NEWMV mode test

As Yunqing suggested, this commit makes non-RD mode decision always run
sub-pixel motion search in NEWMV mode. The compression performance
gains becomes fairly significant after we enabled sub-pixel accuracy
motion compensated prediction to calculate SAD cost.

For test sequences pedestrian_area at 1080p and vidyo1 at 720p, the
runtime goes slower by 5%. For rtc test set, the compression performance
is improved by 21.20%.

Change-Id: I38cbfdd5c53d79423e1fafb3154f8ddeed63bbf0
vp9/encoder/vp9_pickmode.c