]> granicus.if.org Git - libvpx/commit
vp9: Reduce stack usage of choose_partitioning.
authorJerome Jiang <jianj@google.com>
Tue, 31 Oct 2017 02:21:24 +0000 (19:21 -0700)
committerJerome Jiang <jianj@google.com>
Tue, 31 Oct 2017 20:10:27 +0000 (13:10 -0700)
commit18b470f4861a4fa2b0bf18be41fab205a2e43199
tree1f834bbcacb12dea0131c423ff6d5378e21e0b13
parentcc47231187c2b259ccbc4f0095f9940bc92d638c
vp9: Reduce stack usage of choose_partitioning.

Move vt2 to heap.
Reduce the stack usage from ~87K to ~44K.

BUG=b/68362457

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