Skip to content
Snippets Groups Projects
Commit 21b71648 authored by Nils Wallménius's avatar Nils Wallménius Committed by Jean-Marc Valin
Browse files

Avoid copying imdct output


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>
parent 50f214c2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment