Re: [FFmpeg-devel] [FFmpeg-Devel] [GSoC] [PATCH 1/4] created x86 directory in libpostproc for standalone asm files

2015-03-22 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 03:48:12PM -0400, Tucker DiNapoli wrote: > From: Tucker DiNapoli > > This patch set contains implementations of various filters from libpostproc, > translated from inline asm (in postprocess_template.c) into seperate yasm > files. > In addition support for sse2 and avx2 h

[FFmpeg-devel] [FFmpeg-Devel] [GSoC] [PATCH 1/4] created x86 directory in libpostproc for standalone asm files

2015-03-22 Thread Tucker DiNapoli
From: Tucker DiNapoli This patch set contains implementations of various filters from libpostproc, translated from inline asm (in postprocess_template.c) into seperate yasm files. In addition support for sse2 and avx2 has been added via the use of the simd abstraction layer from x86inc.asm. There