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
18f2ae3b
Commit
18f2ae3b
authored
Oct 31, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac: alignment for add_dirac_obmc has been fixed
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
4debdee6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
diracdsp_yasm.asm
libavcodec/x86/diracdsp_yasm.asm
+4
-4
No files found.
libavcodec/x86/diracdsp_yasm.asm
View file @
18f2ae3b
...
@@ -224,12 +224,12 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
...
@@ -224,12 +224,12 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
punpckhbw
m3
,
m4
punpckhbw
m3
,
m4
pmullw
m0
,
m2
pmullw
m0
,
m2
pmullw
m1
,
m3
pmullw
m1
,
m3
mov
u
m2
,
[
dstq
+
2
*
i
]
mov
a
m2
,
[
dstq
+
2
*
i
]
mov
u
m3
,
[
dstq
+
2
*
i
+
mmsize
]
mov
a
m3
,
[
dstq
+
2
*
i
+
mmsize
]
paddw
m0
,
m2
paddw
m0
,
m2
paddw
m1
,
m3
paddw
m1
,
m3
mov
u
[
dstq
+
2
*
i
]
,
m0
mov
a
[
dstq
+
2
*
i
]
,
m0
mov
u
[
dstq
+
2
*
i
+
mmsize
]
,
m1
mov
a
[
dstq
+
2
*
i
+
mmsize
]
,
m1
%assign
i
i
+
mmsize
%assign
i
i
+
mmsize
%endrep
%endrep
lea
srcq
,
[
srcq
+
strideq
]
lea
srcq
,
[
srcq
+
strideq
]
...
...
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