Re: [FFmpeg-devel] [PATCH 5/7] x86: lavc: share more constants

2015-02-06 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 06:03:40PM -0500, Ronald S. Bultje wrote: > Hi, > > On Thu, Feb 5, 2015 at 2:20 PM, Christophe Gisquet < > christophe.gisq...@gmail.com> wrote: > > > diff --git a/libavcodec/x86/vp9intrapred.asm > > b/libavcodec/x86/vp9intrapred.asm > > index 169676f..08b3ae8 100644 > > --

Re: [FFmpeg-devel] [PATCH 5/7] x86: lavc: share more constants

2015-02-05 Thread Ronald S. Bultje
Hi, On Thu, Feb 5, 2015 at 2:20 PM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > diff --git a/libavcodec/x86/vp9intrapred.asm > b/libavcodec/x86/vp9intrapred.asm > index 169676f..08b3ae8 100644 > --- a/libavcodec/x86/vp9intrapred.asm > +++ b/libavcodec/x86/vp9intrapred.asm > @@ -64

[FFmpeg-devel] [PATCH 5/7] x86: lavc: share more constants

2015-02-05 Thread Christophe Gisquet
--- libavcodec/x86/ac3dsp.asm | 2 +- libavcodec/x86/constants.c | 9 - libavcodec/x86/constants.h | 4 libavcodec/x86/h264_qpel_10bit.asm | 2 +- libavcodec/x86/hevc_mc.asm | 14 +++--- libavcodec/x86/hevc_sao.asm| 2 +- libavcode