[FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-16 Thread James Almer
Also add a missing c-pix_abs[0][0] initialization, and sse2 versions of sad16_x2, sad16_y2 and sad16_xy2 (%15 to %20 faster than mmxext). Since the _xy2 versions are not bitexact, they are accordingly marked as approximate. Signed-off-by: James Almer jamr...@gmail.com ---

Re: [FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-14 Thread Michael Niedermayer
On Sat, Sep 13, 2014 at 10:12:12PM -0300, James Almer wrote: Also add a missing c-pix_abs[0][0] initialization, and sse2 versions of sad16_x2, sad16_y2 and sad16_xy2. Since the _xy2 versions are not bitexact, they are accordingly marked as approximate. Signed-off-by: James Almer