]> granicus.if.org Git - libvpx/commit
Honor min_partition_size properly for non-square splits
authorGuillaume Martres <gmartres@google.com>
Tue, 13 Aug 2013 19:34:32 +0000 (12:34 -0700)
committerGuillaume Martres <gmartres@google.com>
Tue, 13 Aug 2013 22:24:03 +0000 (15:24 -0700)
commitfc5047708225891b2d857aa37507b68d05d95f23
treede6525c28e4a3eba05ee30e5e0d49e543fd3efdf
parent7e0f88b6be2784309bead554ef190096ac0a58c1
Honor min_partition_size properly for non-square splits

Don't do vertical or horizontal splits if subsize < min_partition_size,
except for edge blocks where it makes sense.

Change-Id: I479aa66ba1838d227b5de8312d46be184a8d6401
vp9/encoder/vp9_encodeframe.c