Reduce max_partition_size for low resolutions at speed 5.
authorMarco <marpan@chromium.org>
Fri, 19 Jun 2015 23:40:01 +0000 (16:40 -0700)
committerMarco <marpan@chromium.org>
Fri, 19 Jun 2015 23:48:16 +0000 (16:48 -0700)
commitdebe4e920f39fa5eccdcf608f416903b9e4b38d7
tree2cd190575d751ab7d48bd911671797f28062daa7
parent90c9ede8e653a10855c583510aa2b071cc2f02c2
Reduce max_partition_size for low resolutions at speed 5.

For speed 5 real-time mode, the selection of the partition size for
superblocks on the segment (aq-mode=3) uses the non-rd recursive
pick partition search, and can sometimes select 64x64.

For low resolutions, visually better to limit this to 32x32.

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