swr: split out DSP functions.
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:
Michael Niedermayer <michaelni@gmx.at>
Showing
- libswresample/Makefile 1 addition, 0 deletionslibswresample/Makefile
- libswresample/resample.c 49 additions, 100 deletionslibswresample/resample.c
- libswresample/resample.h 66 additions, 0 deletionslibswresample/resample.h
- libswresample/resample_dsp.c 69 additions, 0 deletionslibswresample/resample_dsp.c
- libswresample/resample_template.c 49 additions, 48 deletionslibswresample/resample_template.c
- libswresample/x86/Makefile 2 additions, 0 deletionslibswresample/x86/Makefile
- libswresample/x86/resample_x86_dsp.c 89 additions, 0 deletionslibswresample/x86/resample_x86_dsp.c
Loading
Please register or sign in to comment