]> granicus.if.org Git - libvpx/commit
vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs().
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 2 Oct 2015 15:51:54 +0000 (11:51 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 12 Oct 2015 18:45:18 +0000 (14:45 -0400)
commit5b4805d6e9161d4fe28879bc5e5eaff8a2da89c0
treed140433f9be215097d33e7b7e4915286cddee870
parent2e45ce1493a0dd6ff7bc13391b3600bfb9758aea
vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs().

This actually has no effect whatsoever, since the input MVs themselves
are clamped by clamp_mv_ref() already, which is significantly more
restrictive in its bounds.

Change-Id: I4a3a7b2b121ee422c56428c2a12d930c3813c06e
vp10/common/mvref_common.c
vp10/common/mvref_common.h
vp10/decoder/decodemv.c
vp10/encoder/rdopt.c