Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libavutil / x86 / x86util.asm
index 0d0ef0799dbe6890410d8e3ed2ea1a3210a33cab..2d02f75069290c9f0eb0c51ae9e2dbdef030e09a 100644 (file)
 %endif
 %endmacro
 
+%macro CLIPUB 3 ;(dst, min, max)
+    pmaxub %1, %2
+    pminub %1, %3
+%endmacro
+
 %macro CLIPW 3 ;(dst, min, max)
     pmaxsw %1, %2
     pminsw %1, %3