Using partition_info instead of blockd info for splitmv
authorScott LaVarnway <slavarnway@google.com>
Thu, 19 May 2011 19:03:36 +0000 (15:03 -0400)
committerScott LaVarnway <slavarnway@google.com>
Thu, 19 May 2011 19:03:36 +0000 (15:03 -0400)
commit99b97576859b0ef8d56e4042e0c1a79b0016967e
tree8054a5e1c4bd524bb646b2d3d2e530708aeb5838
parent00a1e2f8e4878f59c95f017f4cdbc80ada07a487
Using partition_info instead of blockd info for splitmv

The partition_info struct contains info just for SPLITMV,
so it should be used instead of BLOCKD.  Eventually, I want
to reduce the size of B_MODE_INFO struct found in BLOCKD, so
this is the first step toward that goal.
Also, since SPLITMV is not supported in vp8_pick_inter_mode(),
the unnecessary mem copies and checks were removed.  For rt
encodes, this gave a slight performance improvement.

Change-Id: I5585c98fa9d5acbde1c7e0f452a01d9ecc080574
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c