Re: [libav-devel] [PATCH] dcadsp: move test out of loop and dspize

2014-02-10 Thread Diego Biurrun
On Sun, Feb 09, 2014 at 02:33:42PM +0100, Christophe Gisquet wrote: --- a/libavcodec/arm/dcadsp_init_arm.c +++ b/libavcodec/arm/dcadsp_init_arm.c @@ -53,6 +53,45 @@ void ff_synth_filter_float_neon(FFTContext *imdct, +#if HAVE_NEON_INLINE HAVE_ASM_MOD_Y + +static inline void

[libav-devel] [PATCH] dcadsp: move test out of loop and dspize

2014-02-09 Thread Christophe Gisquet
This in particular allows to remove inline asm, which is the case for x86 in this patch. -- Christophe From 85ec857da4251e3709f5c53213ddd5ec39d21895 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet christophe.gisq...@gmail.com Date: Sat, 8 Feb 2014 17:48:43 +0100 Subject: [PATCH 8/9] dcadsp:

Re: [libav-devel] [PATCH] dcadsp: move test out of loop and dspize

2014-02-09 Thread Christophe Gisquet
2014-02-09 Christophe Gisquet christophe.gisq...@gmail.com: This in particular allows to remove inline asm, which is the case for x86 in this patch. And another patch that can be applied on top to make the default implementation a bit more optimized. -- Christophe From

Re: [libav-devel] [PATCH] dcadsp: move test out of loop and dspize

2014-02-09 Thread Christophe Gisquet
2014-02-09 Christophe Gisquet christophe.gisq...@gmail.com: And another patch that can be applied on top to make the default implementation a bit more optimized. Same patch, more explicit stride (sizeof instead of magical number 32). -- Christophe From 5252f163665031bcd851ee71ea02b29be2534877