-
- Downloads
ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm
Adds a wrapper function for downmixing which detects channel count changes
and updates the selected downmix function accordingly.
Simplification and porting to current x86inc infrastructure by Diego Biurrun.
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
Showing
- libavcodec/ac3dec.c 4 additions, 4 deletionslibavcodec/ac3dec.c
- libavcodec/ac3dsp.c 75 additions, 37 deletionslibavcodec/ac3dsp.c
- libavcodec/ac3dsp.h 7 additions, 2 deletionslibavcodec/ac3dsp.h
- libavcodec/x86/Makefile 2 additions, 1 deletionlibavcodec/x86/Makefile
- libavcodec/x86/ac3dsp_downmix.asm 187 additions, 0 deletionslibavcodec/x86/ac3dsp_downmix.asm
- libavcodec/x86/ac3dsp_init.c 41 additions, 133 deletionslibavcodec/x86/ac3dsp_init.c
libavcodec/x86/ac3dsp_downmix.asm
0 → 100644
Please register or sign in to comment