Make sub-pixel mv search's return value consistent with the return type
authorYunqing Wang <yunqingwang@google.com>
Tue, 27 Dec 2016 19:52:39 +0000 (11:52 -0800)
committerYunqing Wang <yunqingwang@google.com>
Tue, 27 Dec 2016 20:08:38 +0000 (12:08 -0800)
commit1d12559b0978e26c53053bb6576abb3f00515b03
tree6ed74a7e2a82ac66e216f884290b0ca66195b2bf
parent7cf13826b7234e933d9aa4dac8ebddeab89ab4ac
Make sub-pixel mv search's return value consistent with the return type

For out-of-range cases, returned UINT_MAX instead of INT_MAX in the
sub-pixel mv search to be consistent with the "uint32_t" return type.

Change-Id: I8e206d771228c13d89bafbbe9f14722c8ecc6a7a
vp9/encoder/vp9_mcomp.c