[FFmpeg-cvslog] r18535 - trunk/libavcodec/arm/dsputil_neon_s.S

conrad subversion
Thu Apr 16 10:39:14 CEST 2009


Author: conrad
Date: Thu Apr 16 10:39:13 2009
New Revision: 18535

Log:
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon

Modified:
   trunk/libavcodec/arm/dsputil_neon_s.S

Modified: trunk/libavcodec/arm/dsputil_neon_s.S
==============================================================================
--- trunk/libavcodec/arm/dsputil_neon_s.S	Thu Apr 16 09:34:52 2009	(r18534)
+++ trunk/libavcodec/arm/dsputil_neon_s.S	Thu Apr 16 10:39:13 2009	(r18535)
@@ -38,13 +38,13 @@
         pld             [r1, r2]
         pld             [r1, r2, lsl #1]
 .if \avg
-        vld1.64         {d16,d17}, [ip], r2
+        vld1.64         {d16,d17}, [ip,:128], r2
         vrhadd.u8       q0,  q0,  q8
-        vld1.64         {d18,d19}, [ip], r2
+        vld1.64         {d18,d19}, [ip,:128], r2
         vrhadd.u8       q1,  q1,  q9
-        vld1.64         {d20,d21}, [ip], r2
+        vld1.64         {d20,d21}, [ip,:128], r2
         vrhadd.u8       q2,  q2,  q10
-        vld1.64         {d22,d23}, [ip], r2
+        vld1.64         {d22,d23}, [ip,:128], r2
         vrhadd.u8       q3,  q3,  q11
 .endif
         subs            r3,  r3,  #4



More information about the ffmpeg-cvslog mailing list