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

Michael Niedermayer michaelni at gmx.at
Fri Feb 6 23:44:28 CET 2015


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.gisquet at 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,8 +64,7 @@ pb_6xm1_BDF_0to6: times 6 db -1
> >                    db 11, 13, 15, 0, 1, 2, 3, 4, 5, 6
> >  pb_02468ACE_13579BDF: db 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11,
> > 13, 15
> >
> > -pb_2:  times 32 db 2
> > -pb_15: times 16 db 15
> > +cextern pb_15
> >  pb_15x0_1xm1: times 15 db 0
> >                db -1
> >  pb_0to2_5x3: db 0, 1, 2
> > @@ -76,6 +75,7 @@ pb_6x0_2xm1: times 6 db 0
> >               times 2 db -1
> >
> >  cextern pb_1
> > +cextern pb_2
> >  cextern pb_3
> >  cextern pw_2
> >  cextern pw_4
> 
> 
> Odd location for the cextern pb_15?

changed


> Otherwise OK.

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150206/43eb842f/attachment.asc>


More information about the ffmpeg-devel mailing list