Pass macroblock index to pick inter functions
authorJohn Koleszar <jkoleszar@google.com>
Thu, 7 Feb 2013 18:09:05 +0000 (10:09 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 8 Feb 2013 22:25:40 +0000 (14:25 -0800)
commit6125a1ed811df7ab5d99db5760a47c572ace7d9d
tree1b2277c304b6cd7ba9d0866c2376e5a8733a441e
parent6dfc95fe63a52945350a7c8a234e87a4a55645db
Pass macroblock index to pick inter functions

Pass the current mb row and column around rather than the
recon_yoffset and recon_uvoffset, since those offsets will
change from predictor to predictor, based on the reference
frame selection.

Change-Id: If3f9df059e00f5048ca729d3d083ff428e1859c1
vp9/common/vp9_blockd.h
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.h