vp8_pick_inter_mode: remove best_bmodes
authorJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 17:50:50 +0000 (13:50 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 17:50:50 +0000 (13:50 -0400)
commit001bd51cebf570d60b53932778fea27b3529cc0a
tree201f9309d3ae4d280aaff671b1e79c8871c4df29
parent91907e0bf445e63e24257296248d96396cdeb731
vp8_pick_inter_mode: remove best_bmodes

Since BPRED will be tested at most once, and SPLITMV is not enabled,
there's nothing to clobber the subblock modes, so there's no need to
save and restore them.

Change-Id: I7c3615b69190c10bd068a44df5488d6e8b85a364
vp8/encoder/pickinter.c