aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/fixed_dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
| | | | That is a more appropriate place for it.
* checkasm: add _fixed suffix to fixed_dsp testsJames Almer2017-06-011-5/+5
| | | | Should prevents future conflicts with the similarly named floatdsp tests
* checkasm: add fixed_dsp testsJames Almer2017-04-111-0/+159
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>