clamp_mvs() using the wrong motion vector information
authorScott LaVarnway <slavarnway@google.com>
Fri, 16 Sep 2011 15:03:53 +0000 (11:03 -0400)
committerScott LaVarnway <slavarnway@google.com>
Fri, 16 Sep 2011 15:03:53 +0000 (11:03 -0400)
commitc0ee870b0af1473ff195a7eaada9ddd4a56ccc2b
treed18ba2a5a74ebc3c380dba90bef00a6188b6d04e
parent222c72e50f0118600cd07f4888ea7182f12666c2
clamp_mvs() using the wrong motion vector information

In the "Removed bmi copy to/from BLOCKD" commit, the copy
to the bmi in BLOCKD was eliminated.  The clamp_mvs() used
the bmi in BLOCKD, which now contains incorrect values.  This
patch fixes this problem.

Change-Id: I8eca1eaf4015052b0b63e90876f7ad321aba7cff
vp8/common/reconinter.c
vp8/decoder/decodframe.c
vp8/decoder/threading.c