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
f75c5f07
Commit
f75c5f07
authored
Sep 25, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diracyasm: fix win64
Fixes Ticket1412 Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5fe80857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
diracdsp_yasm.asm
libavcodec/x86/diracdsp_yasm.asm
+2
-2
No files found.
libavcodec/x86/diracdsp_yasm.asm
View file @
f75c5f07
...
@@ -130,7 +130,7 @@ cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
...
@@ -130,7 +130,7 @@ cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
%macro
PUT_RECT
1
%macro
PUT_RECT
1
; void put_rect_clamped(uint8_t *dst, int dst_stride, int16_t *src, int src_stride, int width, int height)
; 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
,
7
,
3
,
dst
,
dst_stride
,
src
,
src_stride
,
w
,
dst2
,
src2
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_128
]
add
wd
,
(
mmsize
-
1
)
add
wd
,
(
mmsize
-
1
)
and
wd
,
~
(
mmsize
-
1
)
and
wd
,
~
(
mmsize
-
1
)
...
@@ -171,7 +171,7 @@ cglobal put_signed_rect_clamped_%1, 5,7,3, dst, dst_stride, src, src_stride, w,
...
@@ -171,7 +171,7 @@ cglobal put_signed_rect_clamped_%1, 5,7,3, dst, dst_stride, src, src_stride, w,
%macro
ADD_RECT
1
%macro
ADD_RECT
1
; void add_rect_clamped(uint8_t *dst, uint16_t *src, int stride, int16_t *idwt, int idwt_stride, int width, int height)
; void add_rect_clamped(uint8_t *dst, uint16_t *src, int stride, int16_t *idwt, int idwt_stride, int width, int height)
cglobal
add_rect_clamped_
%1
,
7
,
7
,
3
,
dst
,
src
,
stride
,
idwt
,
idwt_stride
,
w
,
h
cglobal
add_rect_clamped_
%1
,
7
,
9
,
3
,
dst
,
src
,
stride
,
idwt
,
idwt_stride
,
w
,
h
mova
m0
,
[
pw_32
]
mova
m0
,
[
pw_32
]
add
wd
,
(
mmsize
-
1
)
add
wd
,
(
mmsize
-
1
)
and
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