This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit baac4a1174d2f735d9bcaf8359ab71aa6c516f9c Author: Niklas Haas <[email protected]> AuthorDate: Mon Mar 9 16:48:26 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Thu Mar 12 21:02:48 2026 +0000 swscale/x86/ops: add section comments (cosmetic) Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/x86/ops_float.asm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libswscale/x86/ops_float.asm b/libswscale/x86/ops_float.asm index c9dc408a9b..610f2402b3 100644 --- a/libswscale/x86/ops_float.asm +++ b/libswscale/x86/ops_float.asm @@ -130,6 +130,9 @@ IF W, vpermq mw, mw, q3120 CONTINUE tmp0q %endmacro +;--------------------------------------------------------- +; Arithmetic operations + %macro min_max 0 op min IF X, vbroadcastss m8, [implq + SwsOpImpl.priv + 0] @@ -179,6 +182,9 @@ IF W, mulps mw2, m8 CONTINUE tmp0q %endmacro +;--------------------------------------------------------- +; Dithering + %macro dither0 0 op dither0 ; constant offset for all channels @@ -253,6 +259,9 @@ op dither%1 dither 8 %endmacro +;--------------------------------------------------------- +; Linear transformations + %xdefine MASK(I, J) (1 << (5 * (I) + (J))) %xdefine MASK_OFF(I) MASK(I, 4) %xdefine MASK_ROW(I) (0x1F << (5 * (I))) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
