summaryrefslogtreecommitdiff
path: root/libavfilter/aarch64
Commit message (Collapse)AuthorAge
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
| | | | | | | | Some files currently rely on libavutil/cpu.h to include it for them; yet said file won't use include it any more after the currently deprecated functions are removed, so include attributes.h directly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavfi/nlmeans: fix aarch64 assembly with clangJan Ekström2018-07-28
| | | | Clang is more strict about some things.
* 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