Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
14c2634b
Commit
14c2634b
authored
17 years ago
by
Guillaume Poirier
Browse files
Options
Downloads
Patches
Plain Diff
Fix links to ARM documentation
Originally committed as revision 10399 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4901263a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/optimization.txt
+12
-4
12 additions, 4 deletions
doc/optimization.txt
libavcodec/armv4l/mpegvideo_armv5te.c
+0
-6
0 additions, 6 deletions
libavcodec/armv4l/mpegvideo_armv5te.c
with
12 additions
and
10 deletions
doc/optimization.txt
+
12
−
4
View file @
14c2634b
...
@@ -152,11 +152,19 @@ http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pd
...
@@ -152,11 +152,19 @@ http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pd
ARM-specific:
ARM-specific:
ARM Architecture Reference Manual:
http://www.arm.com/community/academy/resources.html
Instructions timings and optimization guide for ARM9E:
ARM Architecture Reference Manual (up to ARMv5TE):
http://www.arm.com/pdfs/DDI0222B_9EJS_r1p2.pdf
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:
PowerPC-specific:
...
...
This diff is collapsed.
Click to expand it.
libavcodec/armv4l/mpegvideo_armv5te.c
+
0
−
6
View file @
14c2634b
...
@@ -19,12 +19,6 @@
...
@@ -19,12 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* 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
"dsputil.h"
#include
"mpegvideo.h"
#include
"mpegvideo.h"
#include
"avcodec.h"
#include
"avcodec.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment