summaryrefslogtreecommitdiff
path: root/tests/checkasm/vf_threshold.c
Commit message (Collapse)AuthorAge
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-06
| | | | | | | | | This removes a dependency of checkasm on lavfi/vf_threshold.o and also allows to inline ff_threshold_init() irrespectively of interposing. With this patch checkasm no longer pulls all of lavfi and lavf in. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
| | | | That is a more appropriate place for it.
* checkasm/vf_threshold : add test for threshold16Martin Vignali2017-12-09
|
* checkasm/vf_threshold: fix mixed code and declarationsJames Almer2017-12-04
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/vf_threshold : add checkasm test for threshold8Martin Vignali2017-12-03