Skip to content
  • Nils Wallménius's avatar
    Avoid copying imdct output · 21b71648
    Nils Wallménius authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
    
    
    Use the output buffer directly for imdct output, avoiding use of an
    intermediary buffer and copying from it. This works because the output
    buffer is offset to always be continous with the overlap buffer in the
    decoder. Adjust encoder resynth code to have the same buffer layout.
    
    Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
    21b71648