]> granicus.if.org Git - libvpx/commit
Enforce motion search range clamp for sub8x8
authorJingning Han <jingning@google.com>
Wed, 11 Dec 2013 18:57:15 +0000 (10:57 -0800)
committerJingning Han <jingning@google.com>
Wed, 11 Dec 2013 18:59:27 +0000 (10:59 -0800)
commita67e654b6ca5a23f742be565997b115ae17516f5
treef1a2b7b453f6b171a9dc3df3e21e940e4abef932
parentd72c847fe80a1546e4dcf863e197523904e82642
Enforce motion search range clamp for sub8x8

This commit constrains the maximal motion search range for sub8x8
blocks to be [-1023, 1023], in the unit of full pixel.

Change-Id: I955b60649364ab410f2453cafd46a496f2fcb43e
vp9/encoder/vp9_rdopt.c