On Thu, 22 Jan 2026, chenmingbiao via ffmpeg-devel wrote:
From: mbillchan <[email protected]> Performance improvement for draw_edges function using NEON instructions. Optimized for edge widths 4, 8, and 16. Benchmark results (AArch64): draw_edges_8_1724_4_c: 851.4 draw_edges_8_1724_4_neon: 824.7 (1.03x) draw_edges_8_1724_16_c: 1620.9 draw_edges_8_1724_16_neon: 1049.9 (1.54x) draw_edges_1920_4_16_c: 849.0 draw_edges_1920_4_16_neon: 571.1 (1.49x) ---
Please submit this patch at https://code.ffmpeg.org/FFmpeg/FFmpeg. This includes CI checking of the code, and will indicate to you that your assembly is inconsistently indented compared with all the existing assembly. (You can also check this locally by running ./tools/check_arm_indent.sh.)
// Martin _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
