summaryrefslogtreecommitdiff
path: root/libavfilter/vf_nlmeans.h
Commit message (Collapse)AuthorAge
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
| | | | | | | | This removes a dependency of checkasm on lavfi/vf_nlmeans.o and also allows to inline ff_nlmeans_init() irrespectively of interposing. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-11
|
* avfilter/vf_nlmeans: split wa structPaul B Mahol2021-10-29
| | | | This will make x86 SIMD simpler and faster.
* avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ↵Paul B Mahol2021-10-29
| | | | assembly
* lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_imageClément Bœsch2018-05-08
ssd_integral_image_c: 49204.6 ssd_integral_image_neon: 28346.8