Re: [FFmpeg-devel] [PATCH 1/2] vp9: add fullpel (put) MC SIMD for 10/12bpp.

2015-09-16 Thread Ronald S. Bultje
Hi, On Wed, Sep 16, 2015 at 3:14 PM, James Almer wrote: > On 9/16/2015 10:12 AM, Ronald S. Bultje wrote: > > --- > > libavcodec/x86/Makefile| 3 +- > > libavcodec/x86/vp9dsp_init.c | 73 > +- > > libavcodec/x86/vp9dsp_init.h | 39

Re: [FFmpeg-devel] [PATCH 1/2] vp9: add fullpel (put) MC SIMD for 10/12bpp.

2015-09-16 Thread James Almer
On 9/16/2015 10:12 AM, Ronald S. Bultje wrote: > --- > libavcodec/x86/Makefile| 3 +- > libavcodec/x86/vp9dsp_init.c | 73 > +- > libavcodec/x86/vp9dsp_init.h | 39 vp9dsp.h would be more in line with other headers

[FFmpeg-devel] [PATCH 1/2] vp9: add fullpel (put) MC SIMD for 10/12bpp.

2015-09-16 Thread Ronald S. Bultje
--- libavcodec/x86/Makefile| 3 +- libavcodec/x86/vp9dsp_init.c | 73 +- libavcodec/x86/vp9dsp_init.h | 39 libavcodec/x86/vp9dsp_init_16bpp.c | 71 libavcodec/x86/vp9mc.asm