Re: [libav-devel] [PATCH 08/11] dcadsp: split synth_filter_float

2014-02-07 Thread Christophe Gisquet
For the record, patch dropped. -- Christophe ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 08/11] dcadsp: split synth_filter_float

2014-02-06 Thread Christophe Gisquet
2014-02-06 Christophe Gisquet christophe.gisq...@gmail.com: The goal is to avoid function calls within assembly which are a mess on x86. This patch should ideally be squashed with the previous but: - this is mostly an RFC; - this may impact other archs, so this patch may actually stay, but with

Re: [libav-devel] [PATCH 08/11] dcadsp: split synth_filter_float

2014-02-06 Thread Janne Grunau
On 2014-02-06 11:01:19 +0100, Christophe Gisquet wrote: 2014-02-06 Christophe Gisquet christophe.gisq...@gmail.com: The goal is to avoid function calls within assembly which are a mess on x86. This patch should ideally be squashed with the previous but: - this is mostly an RFC; - this

[libav-devel] [PATCH 08/11] dcadsp: split synth_filter_float

2014-02-05 Thread Christophe Gisquet
The goal is to avoid function calls within assembly which are a mess on x86. --- libavcodec/dcadsp.c | 7 +-- libavcodec/synth_filter.c | 13 - libavcodec/synth_filter.h | 8 +++- libavcodec/x86/fft_init.c | 23 ---