]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_yuy2.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_chroma / i420_yuy2.h
index 017688181621501e9aec7c911eec90edf7f99ca7..e6994428ce16dae462487ebd6e6524e64c627f48 100644 (file)
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -32,8 +32,8 @@
     do {                                    \
     __asm__ __volatile__(                   \
         ".p2align 3 \n\t                    \
-movd       (%1), %%mm1  # Load 4 Cb           00 00 00 00 u3 u2 u1 u0     \n\
-movd       (%2), %%mm2  # Load 4 Cr           00 00 00 00 v3 v2 v1 v0     \n\
+movd       (%0), %%mm1  # Load 4 Cb           00 00 00 00 u3 u2 u1 u0     \n\
+movd       (%1), %%mm2  # Load 4 Cr           00 00 00 00 v3 v2 v1 v0     \n\
 movq       (%2), %%mm0  # Load 8 Y            y7 y6 y5 y4 y3 y2 y1 y0     \n\
 movq       (%3), %%mm3  # Load 8 Y            Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0     \n\
 " \
@@ -130,7 +130,7 @@ movq      %%mm1, (%1)   # Store YUYV                                      \n\
     } while(0)
 
 #define MMX_END _mm_empty()
-    
 #define MMX_YUV420_YUYV                     \
     mm1 = _mm_cvtsi32_si64(*(int*)p_u);     \
     mm2 = _mm_cvtsi32_si64(*(int*)p_v);     \