comparison x86/h264dsp_mmx.c @ 12435:fe78a4548d12 libavcodec

Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() functions.
author rbultje
date Mon, 30 Aug 2010 16:22:27 +0000
parents 3fc4c625b6f3
children b242eb86ea9a
comparison
equal deleted inserted replaced
12434:7915312dd862 12435:fe78a4548d12
210 :: "r"(b2+4*i) 210 :: "r"(b2+4*i)
211 : "memory" 211 : "memory"
212 ); 212 );
213 } 213 }
214 214
215 add_pixels_clamped_mmx(b2, dst, stride); 215 ff_add_pixels_clamped_mmx(b2, dst, stride);
216 } 216 }
217 217
218 #define STORE_DIFF_8P( p, d, t, z )\ 218 #define STORE_DIFF_8P( p, d, t, z )\
219 "movq "#d", "#t" \n"\ 219 "movq "#d", "#t" \n"\
220 "psraw $6, "#p" \n"\ 220 "psraw $6, "#p" \n"\