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
51dd80e7
Commit
51dd80e7
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: diracdsp: reuse constants
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6622a6cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
diracdsp_yasm.asm
libavcodec/x86/diracdsp_yasm.asm
+6
-5
No files found.
libavcodec/x86/diracdsp_yasm.asm
View file @
51dd80e7
...
...
@@ -21,11 +21,12 @@
%include
"libavutil/x86/x86util.asm"
SECTION_RODATA
pw_3
:
times
8
dw
3
pw_7
:
times
8
dw
7
pw_16
:
times
8
dw
16
pw_32
:
times
8
dw
32
pb_128
:
times
16
db
128
cextern
pw_3
cextern
pw_16
cextern
pw_32
cextern
pb_80
section
.
text
...
...
@@ -131,7 +132,7 @@ cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
%macro
PUT_RECT
1
; void put_rect_clamped(uint8_t *dst, int dst_stride, int16_t *src, int src_stride, int width, int height)
cglobal
put_signed_rect_clamped_
%1
,
5
,
9
,
3
,
dst
,
dst_stride
,
src
,
src_stride
,
w
,
dst2
,
src2
mova
m0
,
[
pb_
128
]
mova
m0
,
[
pb_
80
]
add
wd
,
(
mmsize
-
1
)
and
wd
,
~
(
mmsize
-
1
)
...
...
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