Re: [FFmpeg-devel] [PATCH] lavc/aarch64: add sbrdsp neon implementation

2017-06-13 Thread Matthieu Bouron
On Fri, Jun 02, 2017 at 01:59:00PM +0200, Matthieu Bouron wrote: > --- > > Hello, > > The following patch adds an aarch64 neon implementation of the sbrdsp (tested > on an Odroid-C2). It hasn't been benchmarked yet and it lacks the > hf_apply_noise{0,1,2,3} functions (which will be added later).

[FFmpeg-devel] [PATCH] lavc/aarch64: add sbrdsp neon implementation

2017-06-02 Thread Matthieu Bouron
--- Hello, The following patch adds an aarch64 neon implementation of the sbrdsp (tested on an Odroid-C2). It hasn't been benchmarked yet and it lacks the hf_apply_noise{0,1,2,3} functions (which will be added later). --- libavcodec/aarch64/Makefile | 2 + libavcodec/aarch64/sbrd