[FFmpeg-devel] [PATCH 3/3] avfilter/vf_framerate: add SIMD functions for frame blending
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sun Jan 14 05:12:39 EET 2018
2018-01-13 22:57 GMT+01:00 Marton Balint <cus at passwd.hu>:
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> libavfilter/vf_framerate.c | 29 ++++++--
> libavfilter/x86/Makefile | 1 +
> libavfilter/x86/vf_framerate.asm | 141 +++++++++++++++++++++++++++++++++++++++
> 3 files changed, 166 insertions(+), 5 deletions(-)
> create mode 100644 libavfilter/x86/vf_framerate.asm
I believe you should add some numbers about the speedup.
(I prefer overall but usually per function are shown.)
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list