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
6609f9e2
Commit
6609f9e2
authored
Feb 21, 2008
by
Mike Melanson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor English corrections
Originally committed as revision 12171 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8144dff0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
optimization.txt
doc/optimization.txt
+4
-4
No files found.
doc/optimization.txt
View file @
6609f9e2
...
...
@@ -16,7 +16,7 @@ Understanding these overoptimized functions:
--------------------------------------------
As many functions tend to be a bit difficult to understand because
of optimizations, it can be hard to optimize them further, or write
architecture-specific versions. It is recommened to look at older
architecture-specific versions. It is recommen
d
ed to look at older
revisions of the interesting files (for a web frontend try ViewVC at
http://svn.mplayerhq.hu/ffmpeg/trunk/).
Alternatively, look into the other architecture-specific versions in
...
...
@@ -43,8 +43,8 @@ readable instead of making it 1% faster.
WTF is that function good for ....:
-----------------------------------
The primary purpose of th
at list is to avoid wasting time to optimize
functions
which are rarely used
The primary purpose of th
is list is to avoid wasting time optimizing
functions
which are rarely used
.
put(_no_rnd)_pixels{,_x2,_y2,_xy2}
Used in motion compensation (en/decoding).
...
...
@@ -164,7 +164,7 @@ do{
...
}while()
Use asm() instead of intrinsics.
La
ter requires a good optimizing compiler
Use asm() instead of intrinsics.
The lat
ter requires a good optimizing compiler
which gcc is not.
...
...
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