Re: [FFmpeg-devel] [PATCH 7/9] dct-test: add infrastructure for 10 bits

2015-10-10 Thread Michael Niedermayer
On Sat, Oct 10, 2015 at 06:22:38PM +0200, Christophe Gisquet wrote: > 2015-10-10 13:12 GMT+02:00 Michael Niedermayer : > > this breaks testing the (i)dcts with other bits than 8 bits > > > > example: > > libavcodec/dct-test 0 9 > > libavcodec/dct-test -i 0 9 > > OK, I misunderstood the intent of

Re: [FFmpeg-devel] [PATCH 7/9] dct-test: add infrastructure for 10 bits

2015-10-10 Thread Christophe Gisquet
2015-10-10 13:12 GMT+02:00 Michael Niedermayer : > this breaks testing the (i)dcts with other bits than 8 bits > > example: > libavcodec/dct-test 0 9 > libavcodec/dct-test -i 0 9 OK, I misunderstood the intent of how to test with the bitdepth. > also it seems some of the "8bit" (i)dcts work fine

Re: [FFmpeg-devel] [PATCH 7/9] dct-test: add infrastructure for 10 bits

2015-10-10 Thread Michael Niedermayer
On Fri, Oct 09, 2015 at 11:53:44PM +0200, Christophe Gisquet wrote: > --- > libavcodec/arm/dct-test.c | 10 -- > libavcodec/dct-test.c | 41 +++-- > libavcodec/ppc/dct-test.c | 10 -- > libavcodec/x86/dct-test.c | 9 +++-- > 4 files chan

[FFmpeg-devel] [PATCH 7/9] dct-test: add infrastructure for 10 bits

2015-10-09 Thread Christophe Gisquet
--- libavcodec/arm/dct-test.c | 10 -- libavcodec/dct-test.c | 41 +++-- libavcodec/ppc/dct-test.c | 10 -- libavcodec/x86/dct-test.c | 9 +++-- 4 files changed, 58 insertions(+), 12 deletions(-) diff --git a/libavcodec/arm/dct-test.c b