Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d2ea38dd
Commit
d2ea38dd
authored
Oct 31, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac: alignment for dirac_hpel_filter_v has been fixed
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
18f2ae3b
Show 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 @
d2ea38dd
...
...
@@ -51,26 +51,26 @@ cglobal dirac_hpel_filter_v_%1, 4,6,8, dst, src, stride, width, src0, stridex3
pxor
m7
,
m7
.
loop
:
; 7*(src[0] + src[1])
UNPACK_ADD
m0
,
m1
,
[srcq],
[
srcq
+
strideq
]
,
u
,
u
UNPACK_ADD
m0
,
m1
,
[srcq],
[
srcq
+
strideq
]
,
a
,
a
pmullw
m0
,
[
pw_7
]
pmullw
m1
,
[
pw_7
]
; 3*( ... + src[-2] + src[3])
UNPACK_ADD
m2
,
m3
,
[
src0q
+
strideq
]
,
[
srcq
+
stridex3q
]
,
u
,
u
UNPACK_ADD
m2
,
m3
,
[
src0q
+
strideq
]
,
[
srcq
+
stridex3q
]
,
a
,
a
paddw
m0
,
m2
paddw
m1
,
m3
pmullw
m0
,
[
pw_3
]
pmullw
m1
,
[
pw_3
]
; ... - 7*(src[-1] + src[2])
UNPACK_ADD
m2
,
m3
,
[
src0q
+
strideq
*
2
]
,
[
srcq
+
strideq
*
2
]
,
u
,
u
UNPACK_ADD
m2
,
m3
,
[
src0q
+
strideq
*
2
]
,
[
srcq
+
strideq
*
2
]
,
a
,
a
pmullw
m2
,
[
pw_7
]
pmullw
m3
,
[
pw_7
]
psubw
m0
,
m2
psubw
m1
,
m3
; ... - (src[-3] + src[4])
UNPACK_ADD
m2
,
m3
,
[src0q],
[
srcq
+
strideq
*
4
]
,
u
,
u
UNPACK_ADD
m2
,
m3
,
[src0q],
[
srcq
+
strideq
*
4
]
,
a
,
a
psubw
m0
,
m2
psubw
m1
,
m3
...
...
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