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
5755c27f
Commit
5755c27f
authored
Apr 25, 2003
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fixes (forgot to commit)
Originally committed as revision 1819 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
516b1f82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
dsputil.h
libavcodec/dsputil.h
+6
-4
No files found.
libavcodec/dsputil.h
View file @
5755c27f
...
...
@@ -20,6 +20,8 @@
/**
* @file dsputil.h
* DSP utils.
* note, many functions in here may use MMX which trashes the FPU state, it is
* absolutely necessary to call emms_c() between dsp & float/double code
*/
#ifndef DSPUTIL_H
...
...
@@ -147,7 +149,7 @@ typedef struct DSPContext {
/* maybe create an array for 16/8 functions */
/**
* Halfpel motion compensation with rounding (a+b+1)>>1.
* *pixels_tab[ 0->16x
16 1->8x8
][ xhalfpel + 2*yhalfpel ]
* *pixels_tab[ 0->16x
H 1->8xH
][ xhalfpel + 2*yhalfpel ]
* @param block destination where the result is stored
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
...
...
@@ -157,7 +159,7 @@ typedef struct DSPContext {
/**
* Halfpel motion compensation with rounding (a+b+1)>>1.
* *pixels_tab[ 0->16x
16 1->8x8
][ xhalfpel + 2*yhalfpel ]
* *pixels_tab[ 0->16x
H 1->8xH
][ xhalfpel + 2*yhalfpel ]
* @param block destination into which the result is averaged (a+b+1)>>1
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
...
...
@@ -167,7 +169,7 @@ typedef struct DSPContext {
/**
* Halfpel motion compensation with no rounding (a+b)>>1.
* *pixels_tab[ 0->16x
16 1->8x8
][ xhalfpel + 2*yhalfpel ]
* *pixels_tab[ 0->16x
H 1->8xH
][ xhalfpel + 2*yhalfpel ]
* @param block destination where the result is stored
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
...
...
@@ -177,7 +179,7 @@ typedef struct DSPContext {
/**
* Halfpel motion compensation with no rounding (a+b)>>1.
* *pixels_tab[ 0->16x
16 1->8x8
][ xhalfpel + 2*yhalfpel ]
* *pixels_tab[ 0->16x
H 1->8xH
][ xhalfpel + 2*yhalfpel ]
* @param block destination into which the result is averaged (a+b)>>1
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
...
...
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