Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
14c2634b
Commit
14c2634b
authored
Sep 05, 2007
by
Guillaume Poirier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix links to ARM documentation
Originally committed as revision 10399 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4901263a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
optimization.txt
doc/optimization.txt
+12
-4
mpegvideo_armv5te.c
libavcodec/armv4l/mpegvideo_armv5te.c
+0
-6
No files found.
doc/optimization.txt
View file @
14c2634b
...
...
@@ -152,11 +152,19 @@ http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pd
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:
...
...
libavcodec/armv4l/mpegvideo_armv5te.c
View file @
14c2634b
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment