[FFmpeg-devel] [PATCH 1/2] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()
Nicolas George
george at nsup.org
Tue Apr 1 18:18:03 EEST 2025
James Almer (HE12025-04-01):
> Process data in chunks of four or eight bytes, depending on host, instead of one
> at a time.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavutil/aes_ctr.c | 47 ++++++++++++++++++++-------------------------
> 1 file changed, 21 insertions(+), 26 deletions(-)
A commit message where the word “optimize” appears should include a
benchmark.
Regards,
--
Nicolas George
More information about the ffmpeg-devel
mailing list