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
6622a6cf
Commit
6622a6cf
authored
Aug 06, 2014
by
Christophe Gisquet
Committed by
Michael Niedermayer
Aug 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: dwt: better share constants
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
71db2d08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
constants.h
libavcodec/x86/constants.h
+1
-0
dwt_yasm.asm
libavcodec/x86/dwt_yasm.asm
+3
-3
No files found.
libavcodec/x86/constants.h
View file @
6622a6cf
...
...
@@ -25,6 +25,7 @@
#include "libavutil/x86/asm.h"
extern
const
xmm_reg
ff_pw_1
;
extern
const
xmm_reg
ff_pw_2
;
extern
const
xmm_reg
ff_pw_3
;
extern
const
xmm_reg
ff_pw_4
;
...
...
libavcodec/x86/dwt_yasm.asm
View file @
6622a6cf
...
...
@@ -22,12 +22,12 @@
%include
"libavutil/x86/x86util.asm"
SECTION_RODATA
pw_1
:
times
8
dw
1
pw_8
:
times
8
dw
8
pw_16
:
times
8
dw
16
pw_1991
:
times
4
dw
9
,
-
1
cextern
pw_1
cextern
pw_2
cextern
pw_8
cextern
pw_16
section
.
text
...
...
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