comparison libswscale/rgb2rgb_template.c @ 23156:f9a8f92087ef

cosmetics: Fix stray wrongly indented line.
author diego
date Sun, 29 Apr 2007 13:39:50 +0000
parents 4d3870361b73
children ab4c0bba8f22
comparison
equal deleted inserted replaced
23155:1befc8d767cd 23156:f9a8f92087ef
2227 "mov %4, %%"REG_a" \n\t" 2227 "mov %4, %%"REG_a" \n\t"
2228 "movq "MANGLE(w1111)", %%mm5 \n\t" 2228 "movq "MANGLE(w1111)", %%mm5 \n\t"
2229 "movq "MANGLE(bgr2UCoeff)", %%mm6 \n\t" 2229 "movq "MANGLE(bgr2UCoeff)", %%mm6 \n\t"
2230 "pxor %%mm7, %%mm7 \n\t" 2230 "pxor %%mm7, %%mm7 \n\t"
2231 "lea (%%"REG_a", %%"REG_a", 2), %%"REG_d" \n\t" 2231 "lea (%%"REG_a", %%"REG_a", 2), %%"REG_d" \n\t"
2232 "add %%"REG_d", %%"REG_d" \n\t" 2232 "add %%"REG_d", %%"REG_d" \n\t"
2233 ASMALIGN(4) 2233 ASMALIGN(4)
2234 "1: \n\t" 2234 "1: \n\t"
2235 PREFETCH" 64(%0, %%"REG_d") \n\t" 2235 PREFETCH" 64(%0, %%"REG_d") \n\t"
2236 PREFETCH" 64(%1, %%"REG_d") \n\t" 2236 PREFETCH" 64(%1, %%"REG_d") \n\t"
2237 #if defined (HAVE_MMX2) || defined (HAVE_3DNOW) 2237 #if defined (HAVE_MMX2) || defined (HAVE_3DNOW)