]> granicus.if.org Git - libvpx/commit
Fix a merge bug between dual_filter and sub8x8mc
authorJingning Han <jingning@google.com>
Wed, 2 Nov 2016 21:57:11 +0000 (14:57 -0700)
committerJingning Han <jingning@google.com>
Wed, 2 Nov 2016 21:57:11 +0000 (14:57 -0700)
commit46003149e564c2a7c71c2808982d15bd141ee59c
treeaadfe9aed687078530eb600636f596de34d7a35b
parentd611808324d9f94299e385af5ed3841e04c37b42
Fix a merge bug between dual_filter and sub8x8mc

The function module in inter_predictor() has been changed to
universally support arbitrary block size inter prediction. Hence
sub8x8mc can be a standalone experiment now.

Change-Id: Ie9d87f61fc317b1d114edb4e0bf5544f918ed08e
av1/common/reconinter.c