Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
030c20ff
Commit
030c20ff
authored
Jun 01, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/float_dsp: Fix ambiguous wording about vector products
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
2e92a27a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
float_dsp.h
libavutil/float_dsp.h
+3
-3
No files found.
libavutil/float_dsp.h
View file @
030c20ff
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
typedef
struct
AVFloatDSPContext
{
typedef
struct
AVFloatDSPContext
{
/**
/**
* Calculate the product of two vectors of floats and store the result in
* Calculate the
entry wise
product of two vectors of floats and store the result in
* a vector of floats.
* a vector of floats.
*
*
* @param dst output vector
* @param dst output vector
...
@@ -104,7 +104,7 @@ typedef struct AVFloatDSPContext {
...
@@ -104,7 +104,7 @@ typedef struct AVFloatDSPContext {
const
float
*
src1
,
const
float
*
win
,
int
len
);
const
float
*
src1
,
const
float
*
win
,
int
len
);
/**
/**
* Calculate the product of two vectors of floats, add a third vector of
* Calculate the
entry wise
product of two vectors of floats, add a third vector of
* floats and store the result in a vector of floats.
* floats and store the result in a vector of floats.
*
*
* @param dst output vector
* @param dst output vector
...
@@ -122,7 +122,7 @@ typedef struct AVFloatDSPContext {
...
@@ -122,7 +122,7 @@ typedef struct AVFloatDSPContext {
const
float
*
src2
,
int
len
);
const
float
*
src2
,
int
len
);
/**
/**
* Calculate the product of two vectors of floats, and store the result
* Calculate the
entry wise
product of two vectors of floats, and store the result
* in a vector of floats. The second vector of floats is iterated over
* in a vector of floats. The second vector of floats is iterated over
* in reverse order.
* in reverse order.
*
*
...
...
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