changeset 5563:538d55152d09 libavcodec

remove code which become unused by the previous changes
author michael
date Tue, 21 Aug 2007 00:05:30 +0000
parents 0074dd43ae5e
children 2bd6911a39c6
files i386/snowdsp_mmx.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/i386/snowdsp_mmx.c	Tue Aug 21 00:03:18 2007 +0000
+++ b/i386/snowdsp_mmx.c	Tue Aug 21 00:05:30 2007 +0000
@@ -430,12 +430,6 @@
         "paddd %%"s2", %%"t2" \n\t"\
         "paddd %%"s3", %%"t3" \n\t"
 
-#define snow_vertical_compose_sse2_sll(n,t0,t1,t2,t3)\
-        "pslld $"n", %%"t0" \n\t"\
-        "pslld $"n", %%"t1" \n\t"\
-        "pslld $"n", %%"t2" \n\t"\
-        "pslld $"n", %%"t3" \n\t"
-
 #define snow_vertical_compose_sse2_move(s0,s1,s2,s3,t0,t1,t2,t3)\
         "movdqa %%"s0", %%"t0" \n\t"\
         "movdqa %%"s1", %%"t1" \n\t"\
@@ -539,9 +533,6 @@
 #define snow_vertical_compose_mmx_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)\
         snow_vertical_compose_sse2_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)
 
-#define snow_vertical_compose_mmx_sll(n,t0,t1,t2,t3)\
-        snow_vertical_compose_sse2_sll(n,t0,t1,t2,t3)
-
 #define snow_vertical_compose_mmx_move(s0,s1,s2,s3,t0,t1,t2,t3)\
         "movq %%"s0", %%"t0" \n\t"\
         "movq %%"s1", %%"t1" \n\t"\