Re: [FFmpeg-devel] [PATCH 3/9] x86: prores: templatize 10 bits simple_idct

2015-10-12 Thread Ronald S. Bultje
Hi, On Mon, Oct 12, 2015 at 1:37 PM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > This should be reused for a generic simple_idct10 function. > Requires a bit of trickery to declare common constants in C. > --- > libavcodec/x86/constants.c| 28 +++ > libavcodec/x8

Re: [FFmpeg-devel] [PATCH 3/9] x86: prores: templatize 10 bits simple_idct

2015-10-12 Thread Michael Niedermayer
On Mon, Oct 12, 2015 at 07:37:44PM +0200, Christophe Gisquet wrote: > This should be reused for a generic simple_idct10 function. > Requires a bit of trickery to declare common constants in C. > --- > libavcodec/x86/constants.c| 28 +++ > libavcodec/x86/constants.h

[FFmpeg-devel] [PATCH 3/9] x86: prores: templatize 10 bits simple_idct

2015-10-12 Thread Christophe Gisquet
This should be reused for a generic simple_idct10 function. Requires a bit of trickery to declare common constants in C. --- libavcodec/x86/constants.c| 28 +++ libavcodec/x86/constants.h| 16 ++ libavcodec/x86/proresdsp.asm | 263 +---