Re: [FFmpeg-devel] checkasm/llviddsp : add tests for other func of the dsp

2017-10-29 Thread Michael Niedermayer
On Sun, Oct 29, 2017 at 06:07:09PM +0100, Martin Vignali wrote: > Hello, > > in attach patch to add a checkasm test for the uncover func of the dsp > > add_median_pred > > add_left_pred > for this one i add two tests : one with acc = 0 (used in several decoders) > and one with random acc > >

[FFmpeg-devel] checkasm/llviddsp : add tests for other func of the dsp

2017-10-29 Thread Martin Vignali
Hello, in attach patch to add a checkasm test for the uncover func of the dsp add_median_pred add_left_pred for this one i add two tests : one with acc = 0 (used in several decoders) and one with random acc add_left_pred16 Martin 0002-checkasm-llviddsp-add-test-for-other-dsp-func.patch