Commit ddd99159 authored by michael's avatar michael

remove code which become unused by the previous changes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10166 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da0bd0b2
......@@ -430,12 +430,6 @@ void ff_snow_horizontal_compose97i_mmx(DWTELEM *b, int width){
"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 @@ void ff_snow_vertical_compose97i_sse2(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWT
#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"\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment