[FFmpeg-cvslog] r11299 - trunk/libavcodec/ppc/h264_template_altivec.c

lu_zero subversion
Sat Dec 22 03:35:33 CET 2007


Author: lu_zero
Date: Sat Dec 22 03:35:33 2007
New Revision: 11299

Log:
Cosmetics

Modified:
   trunk/libavcodec/ppc/h264_template_altivec.c

Modified: trunk/libavcodec/ppc/h264_template_altivec.c
==============================================================================
--- trunk/libavcodec/ppc/h264_template_altivec.c	(original)
+++ trunk/libavcodec/ppc/h264_template_altivec.c	Sat Dec 22 03:35:33 2007
@@ -30,9 +30,9 @@ void PREFIX_h264_chroma_mc8_altivec(uint
   POWERPC_PERF_DECLARE(PREFIX_h264_chroma_mc8_num, 1);
     DECLARE_ALIGNED_16(signed int, ABCD[4]) =
                         {((8 - x) * (8 - y)),
-                          ((x) * (8 - y)),
-                          ((8 - x) * (y)),
-                          ((x) * (y))};
+                         ((    x) * (8 - y)),
+                         ((8 - x) * (    y)),
+                         ((    x) * (    y))};
     register int i;
     vec_u8_t fperm;
     const vec_s32_t vABCD = vec_ld(0, ABCD);




More information about the ffmpeg-cvslog mailing list