Re: [FFmpeg-devel] [PATCH 1/3] x86: simple_idct10_template: use const

2015-10-13 Thread Michael Niedermayer
On Tue, Oct 13, 2015 at 04:10:15PM -0400, Ronald S. Bultje wrote: > Hi, > > On Tue, Oct 13, 2015 at 3:21 PM, Christophe Gisquet < > christophe.gisq...@gmail.com> wrote: > > > This avoid going through constants.c while still sharing them > > with proresdsp.asm > > --- > > libavcodec/x86/constants

Re: [FFmpeg-devel] [PATCH 1/3] x86: simple_idct10_template: use const

2015-10-13 Thread Ronald S. Bultje
Hi, On Tue, Oct 13, 2015 at 3:21 PM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > This avoid going through constants.c while still sharing them > with proresdsp.asm > --- > libavcodec/x86/constants.c| 28 > > libavcodec/x86/constants.h

[FFmpeg-devel] [PATCH 1/3] x86: simple_idct10_template: use const

2015-10-13 Thread Christophe Gisquet
This avoid going through constants.c while still sharing them with proresdsp.asm --- libavcodec/x86/constants.c| 28 libavcodec/x86/constants.h| 16 libavcodec/x86/proresdsp.asm | 13 + libavcode