correct zbin boost for splitmv mode
authorJohn Koleszar <jkoleszar@google.com>
Tue, 8 Mar 2011 01:58:37 +0000 (20:58 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 8 Mar 2011 01:58:37 +0000 (20:58 -0500)
commit5d1d9911cbf77f2eb4a1bc30179c0256f0304e12
tree99f0aeabae8a3d1f992456c83aebebe114732fc5
parent1016b856d1536e87a71ff4d9cfe8423054b7f559
correct zbin boost for splitmv mode

Disable zbin boost in SPLITMV mode as intended. Was incorrectly looking
at vp8_ref_frame_order instead of vp8_mode_order when comparing against
SPLITMV. This condition should have always been false, as SPLITMV is
not in the range of valid reference frames.

Change-Id: I0408cc7595eff68f00efef6d008e79f5b60d14bf
vp8/encoder/rdopt.c