[FFmpeg-cvslog] r10399 - in trunk: doc/optimization.txt libavcodec/armv4l/mpegvideo_armv5te.c

gpoirier subversion
Wed Sep 5 09:49:01 CEST 2007


Author: gpoirier
Date: Wed Sep  5 09:49:01 2007
New Revision: 10399

Log:
Fix links to ARM documentation


Modified:
   trunk/doc/optimization.txt
   trunk/libavcodec/armv4l/mpegvideo_armv5te.c

Modified: trunk/doc/optimization.txt
==============================================================================
--- trunk/doc/optimization.txt	(original)
+++ trunk/doc/optimization.txt	Wed Sep  5 09:49:01 2007
@@ -152,11 +152,19 @@ http://www.amd.com/us-en/assets/content_
 
 
 ARM-specific:
-ARM Architecture Reference Manual:
-http://www.arm.com/community/academy/resources.html
 
-Instructions timings and optimization guide for ARM9E:
-http://www.arm.com/pdfs/DDI0222B_9EJS_r1p2.pdf
+ARM Architecture Reference Manual (up to ARMv5TE):
+http://www.arm.com/community/university/eulaarmarm.html
+
+Procedure Call Standard for the ARM Architecture:
+http://www.arm.com/pdfs/aapcs.pdf
+
+Optimization guide for ARM9E (used in Nokia 770 Internet Tablet):
+http://infocenter.arm.com/help/topic/com.arm.doc.ddi0240b/DDI0240A.pdf
+Optimization guide for ARM11 (used in Nokia N800 Internet Tablet):
+http://infocenter.arm.com/help/topic/com.arm.doc.ddi0211j/DDI0211J_arm1136_r1p5_trm.pdf
+Optimization guide for Intel XScale (used in Sharp Zaurus PDA):
+http://download.intel.com/design/intelxscale/27347302.pdf
 
 PowerPC-specific:
 

Modified: trunk/libavcodec/armv4l/mpegvideo_armv5te.c
==============================================================================
--- trunk/libavcodec/armv4l/mpegvideo_armv5te.c	(original)
+++ trunk/libavcodec/armv4l/mpegvideo_armv5te.c	Wed Sep  5 09:49:01 2007
@@ -19,12 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/*
- * Some useful links for those who may be interested in optimizing code for ARM.
- * ARM Architecture Reference Manual: http://www.arm.com/community/academy/resources.html
- * Instructions timings and optimization guide for ARM9E: http://www.arm.com/pdfs/DDI0222B_9EJS_r1p2.pdf
- */
-
 #include "dsputil.h"
 #include "mpegvideo.h"
 #include "avcodec.h"




More information about the ffmpeg-cvslog mailing list