Re: [FFmpeg-devel] [PATCH 9/9] x86: dct-test: add more idcts

2015-10-13 Thread Michael Niedermayer
On Mon, Oct 12, 2015 at 07:37:50PM +0200, Christophe Gisquet wrote: > In particular for 10 and 12 bits. > --- > libavcodec/dct-test.c | 2 ++ > libavcodec/x86/dct-test.c | 10 ++ > 2 files changed, 12 insertions(+) > > diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c >

[FFmpeg-devel] [PATCH 9/9] x86: dct-test: add more idcts

2015-10-12 Thread Christophe Gisquet
In particular for 10 and 12 bits. --- libavcodec/dct-test.c | 2 ++ libavcodec/x86/dct-test.c | 10 ++ 2 files changed, 12 insertions(+) diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 56e1a62..72fe353 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c