Re: [FFmpeg-devel] [PATCH] x86/vp9: add avx2 subpel MC SIMD for 10/12bpp

2015-09-18 Thread James Almer
On 9/18/2015 5:10 AM, Ronald S. Bultje wrote: > Cool, I was hoping that would work but don't have Intel's emulator; thanks > for testing && lgtm. > > Ronald Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-devel] [PATCH] x86/vp9: add avx2 subpel MC SIMD for 10/12bpp

2015-09-18 Thread Ronald S. Bultje
Hi, On Sep 18, 2015 3:55 AM, "James Almer" wrote: > > Signed-off-by: James Almer > --- > Unbenched as i lack the hardware to do so. > > libavcodec/x86/vp9dsp_init_16bpp_template.c | 22 ++ > libavcodec/x86/vp9mc_16bpp.asm | 6 ++ > 2 files changed, 28 insert

[FFmpeg-devel] [PATCH] x86/vp9: add avx2 subpel MC SIMD for 10/12bpp

2015-09-17 Thread James Almer
Signed-off-by: James Almer --- Unbenched as i lack the hardware to do so. libavcodec/x86/vp9dsp_init_16bpp_template.c | 22 ++ libavcodec/x86/vp9mc_16bpp.asm | 6 ++ 2 files changed, 28 insertions(+) diff --git a/libavcodec/x86/vp9dsp_init_16bpp_template.c