]> granicus.if.org Git - libvpx/commit
add worst-case frame size cap
authorJohann <johannkoenig@google.com>
Tue, 6 Mar 2018 02:51:10 +0000 (18:51 -0800)
committerJohann <johannkoenig@google.com>
Tue, 6 Mar 2018 04:09:43 +0000 (20:09 -0800)
commit7195a2eaa47b7203137afb1db4d3017ee3687435
tree6e7276744ebf00f56fd506d542675c58ee50b5de
parente0b88b5c00b8026876da72e2f6c6fadf479d394d
add worst-case frame size cap

The largest frame is currently in choose_partitioning:
warning: stack frame size of 44156 bytes in function 'choose_partitioning'

but adding HBD amplifies other things:
warning: stack frame size of 51480 bytes in function 'dec_build_inter_predictors'

Add some padding for sanitizer and variances between compilers.

BUG=webm:1498

Change-Id: I0d94d4f94d25dafafca9d7484881c2ce5f8de371
configure