Fix the sub8x8 block inter prediction with scaled reference frame
authorJingning Han <jingning@google.com>
Sun, 6 Sep 2015 01:28:16 +0000 (18:28 -0700)
committerJingning Han <jingning@google.com>
Tue, 8 Sep 2015 18:09:30 +0000 (11:09 -0700)
commit42b0560319e1a88378678ac0701c53b849546337
tree8d442af7f0f846f730d1b0e0093923553163ba3e
parent536a90970b7b7d0bf4a029ae1a61774088dc795a
Fix the sub8x8 block inter prediction with scaled reference frame

Sync the encoder's buffer offset calculation for sub8x8 block motion
compensated prediction with scaled reference frame to match the
decoder's behavior. This resolves an enc/dec mismatch issue when
sub8x8 inter mode with scaled is turned on.

Change-Id: I4bab3672b007a5ae0c992f8a701341892d2458b0
vp9/common/vp9_reconinter.c