]> granicus.if.org Git - libvpx/commit
Fix use of uninitialized bsize in non-RD mode
authorJingning Han <jingning@google.com>
Wed, 5 Mar 2014 02:46:40 +0000 (18:46 -0800)
committerJingning Han <jingning@google.com>
Mon, 10 Mar 2014 22:50:13 +0000 (15:50 -0700)
commit29af074fb5b633c0483ca7aa38155cd656f68e8b
treee803dfd5810168770bb8009f29d2581a194513bb
parent29beeff11dd957af3f28d52fea9433ec43603bc7
Fix use of uninitialized bsize in non-RD mode

The block size used for non-RD mode decision in FIXED_PARTITION
setting was uninitialized. This commit fixes it by setting block
size to be BLOCK_16X16.

Change-Id: Ief04c9f1ab668de69297d9ab3dc15e2fa0bc4e95
vp9/encoder/vp9_onyx_if.c