diff options
author | Clément Bœsch <u@pkh.me> | 2018-05-06 10:38:30 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2018-05-08 10:28:06 +0200 |
commit | 26f02c51ce9797e392f956a268c373b353b21178 (patch) | |
tree | e9f3b55d59a24a45125a285ab52767f4426de50b /libavfilter/tests/integral.c | |
parent | f1248b7795857e14ee31a15ad79583bdda7c4a90 (diff) | |
download | ffmpeg-26f02c51ce9797e392f956a268c373b353b21178.tar.gz |
lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_image
SIMD code will not have to deal with padding itself. Overwriting in that
function may have been possible but involve large overreading of the
sources. Instead, we simply make sure the width to process is always a
multiple of 16. Additionally, there must be some actual area to process
so the SIMD code can have its boundary checks after processing the first
pixels.
Diffstat (limited to 'libavfilter/tests/integral.c')
0 files changed, 0 insertions, 0 deletions