]> granicus.if.org Git - libvpx/commit
Enforce effective motion vector search range
authorJingning Han <jingning@google.com>
Tue, 21 Jan 2014 19:40:33 +0000 (11:40 -0800)
committerJingning Han <jingning@google.com>
Tue, 21 Jan 2014 20:03:18 +0000 (12:03 -0800)
commit20cf22a1289c01cc44ac948103fa4755293f9df3
treeb7cd621dd9a536b5f1d3febcd682f1e332d676d7
parentb461c0884ed354c1b178087e0b4329eb33d3b882
Enforce effective motion vector search range

This commit explicitly enforces the effective motion vector range
in the motion search stage. The range needs to be the intersection
of UMV border, effective absolute motion vector value range, and
the target search area.

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