• Ronald S. Bultje's avatar
    swr: split out DSP functions. · 7128a35f
    Ronald S. Bultje authored
    DSP bits of swri_resample go into their own mini-DSP functions; DSP
    init goes from a per-call branch in multiple_resample to a proper
    DSP init routine; x86 bits go into x86/; swri_resample() moves out of
    resample_template.c into resample.c because it's independent of DSP
    code or sample type; multiple_resample() is simplified.
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    7128a35f
Name
Last commit
Last update
..
Makefile Loading commit data...
audio_convert.asm Loading commit data...
rematrix.asm Loading commit data...
resample_mmx.h Loading commit data...
resample_x86_dsp.c Loading commit data...
swresample_x86.c Loading commit data...
w64xmmtest.c Loading commit data...