]> granicus.if.org Git - libvpx/commit
change to enable encoder to clamp UV motion vector
authorYaowu Xu <yaowu@google.com>
Fri, 29 Jun 2012 00:03:29 +0000 (17:03 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 9 Jul 2012 22:04:07 +0000 (15:04 -0700)
commita81baae7c7711e0abc39a3673287c0f6b6ba5f93
treed61c2f06d0e1d35622c99cea0de124f2c9f88736
parentc498aaca2e64f75dd5be3a7f67a035510279140d
change to enable encoder to clamp UV motion vector

This is to avoid a rare encoder/decoder mismatch for MB using SPLITMV
mode. In decoder, the UV mv can be determined to need clamp, but the
flag is never set in encoder motion vector selection process, and the
clamp is not done in encoding in encoder.

Change-Id: I60520d3f790354c7855dadf03f0978ea9b77e2c0
vp8/common/reconinter.c