]> granicus.if.org Git - libvpx/commit
Use sub-pixel accuracy prediction non-RD mode
authorJingning Han <jingning@google.com>
Wed, 26 Feb 2014 00:12:35 +0000 (16:12 -0800)
committerJingning Han <jingning@google.com>
Wed, 26 Feb 2014 00:29:20 +0000 (16:29 -0800)
commitc0e99f84f9c2ff909020a7ce76f60d1f78b56fc7
tree4f8777a6aec2099aa317188bdc6e97715816fbce
parentfd49e9678e61f6660c9d59fb84b1a7bcc74cfcfe
Use sub-pixel accuracy prediction non-RD mode

This commit builds the actual prediction block in sub-pixel accuracy
and uses which to calculate SAD for non-RD mode decision. In the trail
run on pedestrian_area at 1080p, rtc speed -7 runtime goes from
23495 ms -> 25107 ms (7% slower). The compression performance is
improved by 20.57% for rtc test set.

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