Skip to content
  • Timothy B. Terriberry's avatar
    Use dynamic stack allocations in SILK decoder. · 6f2d9f50
    Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
    This allows the decoder to be compiled with
     NONTHREADSAFE_PSEUDOSTACK to move the memory for large buffers off
     the stack for devices where it is very limited.
    This patch only attempts to do this for the decoder.
    The encoder still requires more than 10 kB of stack.
    6f2d9f50