mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-03 04:40:37 +01:00
Use 16-byte alignment (align=4) instead of 4-byte (align=2) in the function and const macros. This improves instruction fetch and NEON load performance on modern AArch64 CPUs.