added clamp for 2nd motion vector
authorYaowu Xu <yaowu@google.com>
Tue, 13 Mar 2012 17:26:53 +0000 (10:26 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 15 Mar 2012 14:49:52 +0000 (07:49 -0700)
commit8055ccf9068cac08b8f1203f92ee2249cc3a4926
tree400c2df35007c5b47a9e292be95f45e90223b6ae
parentf85084a97752bcba206aa74580545c22359bfec5
added clamp for 2nd motion vector

The commit added a clamp to the 2nd motion vector used in compound
prediction to insure mv within UMV borders. The clamp is similar to
that of the first motion vector except that No SPLITMV is ever used
for the 2nd motion vector.

Change-Id: I26dd63c304bd66b2e03a083749cc98c641667116
vp8/common/blockd.h
vp8/common/reconinter.c
vp8/decoder/decodemv.c