]> granicus.if.org Git - libvpx/commit
Fix an issue in vp9_first_pass for non-mulitple of 16 resolutions
authorDeepa K G <deepa.kg@ittiam.com>
Thu, 29 Sep 2016 03:38:34 +0000 (20:38 -0700)
committerYunqing Wang <yunqingwang@google.com>
Thu, 29 Sep 2016 23:19:23 +0000 (16:19 -0700)
commit2745f94deb6993bf478148b7e05305e7f65cb0f1
treef47795d87c958a453f7f390beed2fc1a2d79c714
parent70240a77b8decede28132fd4dbf1fa48713edea4
Fix an issue in vp9_first_pass for non-mulitple of 16 resolutions

This patch sets the 16x16 src_diff to zero and ensures correct calculation
of this_error for block sizes smaller than 16x16.

Change-Id: I7b7c02d267433c9f22c8ac9b8d5df2f499175172
vp9/encoder/vp9_firstpass.c