diff options
author | Tyler Jones <tdjones879@gmail.com> | 2017-06-14 14:58:22 -0600 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-06-15 16:42:49 +0100 |
commit | 5a2ad7ede33b5d63c1f1b1313a218da62e1c0d48 (patch) | |
tree | c0ac2fb2182b09a816af294add9cbf0691dc279e /libavcodec/dpcm.c | |
parent | 9b667f609c509e84ae6ef496edcfb6c8b83c4a38 (diff) | |
download | ffmpeg-5a2ad7ede33b5d63c1f1b1313a218da62e1c0d48.tar.gz |
vorbisenc: Separate copying audio samples from windowing
Audio samples are shifted around when copying from the frame queue so that
analysis can be done without negatively impacting calculation of the MDCT.
Window coefficients are applied to the current two overlapped windows
simultaneously instead of applying overlap for the next frame ahead of time.
This improves readability when applying windows of varying lengths.
Signed-off-by: Tyler Jones <tdjones879@gmail.com>
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/dpcm.c')
0 files changed, 0 insertions, 0 deletions