diff options
author | Jun Zhao <mypopydev@gmail.com> | 2019-02-01 10:45:24 +0800 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2019-02-01 20:58:43 +0100 |
commit | 6c586303a14a7bd72953b29202112a44676bd725 (patch) | |
tree | d62d72ca6325b41455bb47dd1d36886504260035 /libavutil/hwcontext.c | |
parent | ed20fbcd48b02597a39ec25676615a9ef4bf3d00 (diff) | |
download | ffmpeg-6c586303a14a7bd72953b29202112a44676bd725.tar.gz |
lavfi/nlmeans: improve the performance
Remove the pdiff_lut_scale in nlmeans and increase weight_lut table size
from 2^9 to 500000, this change will avoid using pdiff_lut_scale in
nlmeans_slice() for weight_lut table search, improving the performance
by about 12%. (in 1080P size picture case).
Use the profiling command like:
perf stat -a -d -r 5 ./ffmpeg -i input -an -vf nlmeans=s=30 -vframes 10 \
-f null /dev/null
without this change:
when s=1.0(default value) 63s
s=30.0 72s
after this change:
s=1.0(default value) 56s
s=30.0 63s
Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavutil/hwcontext.c')
0 files changed, 0 insertions, 0 deletions