[FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-10-02 Thread Ronald S. Bultje
--- libavcodec/x86/constants.c|2 + libavcodec/x86/constants.h|1 + libavcodec/x86/h264_qpel_10bit.asm|4 +- libavcodec/x86/vp9dsp_init.h |4 + libavcodec/x86/vp9dsp_init_16bpp.c| 33 + libavcodec/x86/vp9intrapred_16bpp.asm | 1520

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-10-01 Thread Henrik Gramner
On Wed, Sep 30, 2015 at 9:36 PM, Ronald S. Bultje wrote: diff --git a/libavcodec/x86/vp9intrapred_16bpp.asm b/libavcodec/x86/vp9intrapred_16bpp.asm +pd_65535: times 8 dd 0x Duplicate of pd_0f from 264_qpel_10bit.asm +%if cpuflag(ssse3) +; FIXME this can be done

[FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Ronald S. Bultje
--- libavcodec/x86/vp9dsp_init.h |4 + libavcodec/x86/vp9dsp_init_16bpp.c| 33 + libavcodec/x86/vp9intrapred_16bpp.asm | 1613 + 3 files changed, 1650 insertions(+) diff --git a/libavcodec/x86/vp9dsp_init.h b/libavcodec/x86/vp9dsp_init.h index

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Henrik Gramner
On Wed, Sep 30, 2015 at 11:22 PM, Ronald S. Bultje wrote: > On Wed, Sep 30, 2015 at 5:01 PM, Henrik Gramner wrote: >> I just wanted to make sure that my patch fixes this first before >> posting it, but I'm unable to apply your patch. Is it based on top of

[FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Ronald S. Bultje
--- libavcodec/x86/vp9dsp_init.h |4 + libavcodec/x86/vp9dsp_init_16bpp.c| 33 + libavcodec/x86/vp9intrapred_16bpp.asm | 1613 + 3 files changed, 1650 insertions(+) diff --git a/libavcodec/x86/vp9dsp_init.h b/libavcodec/x86/vp9dsp_init.h index

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Henrik Gramner
On Wed, Sep 30, 2015 at 9:45 PM, James Almer wrote: > Guess notcpuflag(ssse3) does not work here like ARCH_ or HAVE_ defines do. I actually have a patch locally somewhere that makes that work. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Ronald S. Bultje
Hi, On Wed, Sep 30, 2015 at 4:02 PM, Henrik Gramner wrote: > On Wed, Sep 30, 2015 at 9:45 PM, James Almer wrote: > > Guess notcpuflag(ssse3) does not work here like ARCH_ or HAVE_ defines > do. > I actually have a patch locally somewhere that makes that

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Henrik Gramner
On Wed, Sep 30, 2015 at 10:49 PM, Ronald S. Bultje wrote: On Wed, Sep 30, 2015 at 4:02 PM, Henrik Gramner wrote: >> I actually have a patch locally somewhere that makes that work. > > Oh that's great! I guess I'll just do nothing then...? I just wanted

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread Ronald S. Bultje
Hi, On Wed, Sep 30, 2015 at 5:01 PM, Henrik Gramner wrote: > On Wed, Sep 30, 2015 at 10:49 PM, Ronald S. Bultje > wrote: > On Wed, Sep 30, 2015 at 4:02 PM, Henrik Gramner > wrote: > >> I actually have a patch locally somewhere that

Re: [FFmpeg-devel] [PATCH] vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.

2015-09-30 Thread James Almer
On 9/30/2015 4:36 PM, Ronald S. Bultje wrote: > +cglobal vp9_ipred_dr_32x32_16, 4, 5, 10 + notcpuflag(ssse3), \ /ffmpeg/src/libavcodec/x86/vp9intrapred_16bpp.asm:1141: error: (WIN64_SPILL_XMM:1) expecting `)' /ffmpeg/src/libavcodec/x86/vp9intrapred_16bpp.asm:1143: error: (WIN64_SPILL_XMM:1)