On Wed, Jun 14, 2023 at 11:57 PM Rémi Denis-Courmont <r...@remlab.net> wrote:
> It looks like \width is only ever used as AVL. You could advantageously > pass > it as a run-time argument to an internal function, and spare the > instruction > cache, instead of instantiating otherwise identical code thrice. > Since these functions are frequently called, I prefer instantiating similar code many times rather than calling another internal function, as it may introduce additional function call overhead. Neon and MMX code also apply the same approach. slli t3, a2, (1 + \unroll) > Brilliant suggestion, I will fix it in the next patch. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".