Mercurial > libavcodec.hg
comparison i386/dsputil_mmx_rnd.h @ 2967:ef2149182f1c libavcodec
COSMETICS: Remove all trailing whitespace.
author | diego |
---|---|
date | Sat, 17 Dec 2005 18:14:38 +0000 |
parents | 95bac7109ff0 |
children | bfabfdf9ce55 |
comparison
equal
deleted
inserted
replaced
2966:564788471dd4 | 2967:ef2149182f1c |
---|---|
195 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst) | 195 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst) |
196 #else | 196 #else |
197 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst) | 197 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst) |
198 #endif | 198 #endif |
199 :"S"((long)src1Stride), "D"((long)dstStride) | 199 :"S"((long)src1Stride), "D"((long)dstStride) |
200 :"memory"); | 200 :"memory"); |
201 } | 201 } |
202 | 202 |
203 static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, int line_size, int h) | 203 static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
204 { | 204 { |
205 MOVQ_BFE(mm6); | 205 MOVQ_BFE(mm6); |