]> granicus.if.org Git - libvpx/commit
Don't waste time partitioning skip superblocks.
authorAlex Converse <aconverse@google.com>
Mon, 9 Mar 2015 17:45:38 +0000 (10:45 -0700)
committerAlex Converse <aconverse@google.com>
Mon, 9 Mar 2015 18:02:05 +0000 (11:02 -0700)
commit06b59299c81f7a794d7b28ef76d56f69a09f4a43
tree13f847a33928df7a80130bfab8c9ee279950a29a
parent969dd8f128878c1ca29cd9870b39f228fe5713ba
Don't waste time partitioning skip superblocks.

Force 64x64 partitioning when a whole superblock is SEGMENT_LVL_SKIP. This
drops encode times of screens mostly at rest by 20%.

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