Re: [FFmpeg-devel] [PATCH 1/2] checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range.

2015-09-26 Thread Ronald S. Bultje
Hi, On Fri, Sep 25, 2015 at 6:50 PM, Ronald S. Bultje wrote: > Hi, > > On Fri, Sep 25, 2015 at 6:42 PM, Henrik Gramner > wrote: > >> On Fri, Sep 25, 2015 at 5:25 PM, Ronald S. Bultje >> wrote: >> > --- >> > tests/checkasm/vp9dsp.c |

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range.

2015-09-25 Thread Henrik Gramner
On Fri, Sep 25, 2015 at 5:25 PM, Ronald S. Bultje wrote: > --- > tests/checkasm/vp9dsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Ok as long as it doesn't skew the range distribution so much that you'll end up with the same max clipped value all the time.

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range.

2015-09-25 Thread Ronald S. Bultje
Hi, On Fri, Sep 25, 2015 at 6:42 PM, Henrik Gramner wrote: > On Fri, Sep 25, 2015 at 5:25 PM, Ronald S. Bultje > wrote: > > --- > > tests/checkasm/vp9dsp.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Ok as long as it doesn't skew