ref: c152d602aa6f68b4bc9483393985511bb2d83e86
parent: dc58579c2c7e060084554018e9a2e8c25097a255
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Wed May 8 06:32:37 EDT 2013
Use dynamic stack allocation in the SILK encoder. This makes all remaining large stack allocations use the vararray macros. This continues the work of 6f2d9f50 to allow compiling with NONTHREADSAFE_PSEUDOSTACK to move the memory for large buffers off the stack for devices where it is very limited. It also does this for some additional large buffers used by the PLC in the decoder.