Fix slightly quality drop caused at speed 1.
authorRonald S. Bultje <rbultje@google.com>
Thu, 18 Jul 2013 22:17:02 +0000 (15:17 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 19 Jul 2013 00:52:08 +0000 (17:52 -0700)
commite4686c589efa521f6f5f029151765287e28f207b
treef86a01f9ab1f80bb63a22d7cedf291044f484b28
parent37d901a47adb3531f4cdf8ad094f66a065b75cfe
Fix slightly quality drop caused at speed 1.

We would skip the rectangular blocks for sub8x8 partitions because
we would conclude that PARTITION_NONE was better than PARTITION_SPLIT,
however, that conclusion was made before we actually really tested
PARTITION_SPLIT.

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