]> granicus.if.org Git - libvpx/commit
Fix integral projection motion search for frame resize
authorJingning Han <jingning@google.com>
Fri, 22 May 2015 19:03:58 +0000 (12:03 -0700)
committerJingning Han <jingning@google.com>
Fri, 22 May 2015 22:40:45 +0000 (15:40 -0700)
commit96dba4902c8c7bf21a1413993ac1986b193295fc
treee7f01eff2193ed2969da558f1147278385ae8726
parent7ca17435d51111d7127586ed592480f9f85a8843
Fix integral projection motion search for frame resize

This commit fixes the integral projection motion search crash when
frame resize is used. It fixes issue 994.

Change-Id: Ieeb52619121d7444f7d6b3d0cf09415f990d1506
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.h
vp9/encoder/vp9_pickmode.c