]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/x86/yadif-16.asm
Merge commit '3aa9c523e9cf4f4a5e239ac737281e096c884907'
[ffmpeg] / libavfilter / x86 / yadif-16.asm
index 79d127dfaae6a4e76e0be03cffc06da5747fbb9e..9053b378a5b6a7fb8da5c3d3d2f69e16ca45ba09 100644 (file)
@@ -54,30 +54,6 @@ SECTION .text
 %endif
 %endmacro
 
-%macro PMINSD 3
-%if cpuflag(sse4)
-    pminsd %1, %2
-%else
-    mova    %3, %2
-    pcmpgtd %3, %1
-    pand    %1, %3
-    pandn   %3, %2
-    por     %1, %3
-%endif
-%endmacro
-
-%macro PMAXSD 3
-%if cpuflag(sse4)
-    pmaxsd %1, %2
-%else
-    mova    %3, %1
-    pcmpgtd %3, %2
-    pand    %1, %3
-    pandn   %3, %2
-    por     %1, %3
-%endif
-%endmacro
-
 %macro PMAXUW 2
 %if cpuflag(sse4)
     pmaxuw %1, %2