]> granicus.if.org Git - libvpx/commit
Fix sub8x8 motion search on scaled reference frame
authorJingning Han <jingning@google.com>
Fri, 11 Dec 2015 18:06:43 +0000 (10:06 -0800)
committerJingning Han <jingning@google.com>
Fri, 11 Dec 2015 18:08:51 +0000 (10:08 -0800)
commit27bbfd652d13a516b012db5b553801be4d5887c0
tree75151f2556376cd05e8ab758bab761eb6fe7f617
parent7f79a83f17c603793b24bbd98ac2fabca8851e79
Fix sub8x8 motion search on scaled reference frame

This commit makes the sub8x8 block rate-distortion optimization
scheme use precise motion compensated prediction to compute the rd
cost. It fixes a potential buffer overflow issue related to sub8x8
motion search on scaled reference frame.

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