summaryrefslogtreecommitdiff
path: root/tests/checkasm/float_dsp.c
Commit message (Collapse)AuthorAge
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
| | | | That is a more appropriate place for it.
* checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparingMartin Storsjö2019-12-11
| | | | | | | | | | | | | As the values generated by av_bmg_get can be arbitrarily large (only the stddev is specified), we can't use a fixed tolerance. This matches what was done for test_vector_dmul_scalar in 38f966b2222db. This fixes the float_dsp checkasm test for some seeds, when built with clang for mingw/x86_32. Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm/float_dsp: add test for vector_dmulJames Almer2018-09-14
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmulMichael Niedermayer2017-11-27
| | | | | | | | Tested for 10000 iterations on x86-32 Fixes: Ticket6848 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* checkasm: add missing checks to float_dsp's butterflies_float testJames Almer2017-06-23
|
* checkasm: add float_dsp testsJames Almer2017-06-14
Ported from libavutil/tests/float_dsp.c Signed-off-by: James Almer <jamrial@gmail.com>