[FFmpeg-devel] [PATCH 0/3] Provide neon implementations
Martin Storsjö
martin at martin.st
Wed Sep 21 13:11:49 EEST 2022
On Tue, 20 Sep 2022, Hubert Mazur wrote:
> This fixes issues addressed in previous patchset:
> - move sub instruction in vsad8_intra,
> - remove unnecessary mov instructions,
> - remove single lane extraction in loop and place it at the end.
>
> Removing mov instructions from pix_median_abs functions significantly
> increased peformance for both.
I'm quite sure that it wasn't the removed mov instructions that improved
performance (those instructions should be essentially free, they're just
misleading), but the fact that you got rid of the extra single-element
handling within the loop.
Anyway, the patches seem fine to me now, so I'll push them. Thanks!
// Martin
More information about the ffmpeg-devel
mailing list