[vlc-devel] [PATCH] Do adjust filter in SSE2 and SSE4.1
Rémi Denis-Courmont
remi at remlab.net
Fri Jul 22 08:40:28 CEST 2011
On Fri, 15 Jul 2011 21:08:18 +0200, gamajun at seznam.cz wrote:
> From: Martin Briza <xbriza00 at stud.fit.vutbr.cz>
>
> Added whole header file (modules/video_filter/adjust_asm.h) with inline
> assembly functions to be used in the filter
I'm not an expert in x86 assembly. I'm precisely a bit concerned that this
we should keep the C code legible, meaining clear of massive blocks of
CPU-specific optimizations, and use separate files for that (which this
only partly does).
Otherwise, it's going to be the deinterlace mess all over again.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list