summaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg-utils.texi
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2018-05-06 10:38:30 +0200
committerClément Bœsch <u@pkh.me>2018-05-08 10:28:06 +0200
commit26f02c51ce9797e392f956a268c373b353b21178 (patch)
treee9f3b55d59a24a45125a285ab52767f4426de50b /doc/ffmpeg-utils.texi
parentf1248b7795857e14ee31a15ad79583bdda7c4a90 (diff)
downloadffmpeg-streaming-26f02c51ce9797e392f956a268c373b353b21178.zip
ffmpeg-streaming-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 'doc/ffmpeg-utils.texi')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud