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
2eecf630
Commit
2eecf630
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
08bef053
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 @
2eecf630
...
@@ -79,7 +79,7 @@ cglobal dirac_hpel_filter_v_%1, 4,6,8, dst, src, stride, width, src0, stridex3
...
@@ -79,7 +79,7 @@ cglobal dirac_hpel_filter_v_%1, 4,6,8, dst, src, stride, width, src0, stridex3
psraw
m0
,
5
psraw
m0
,
5
psraw
m1
,
5
psraw
m1
,
5
packuswb
m0
,
m1
packuswb
m0
,
m1
mov
u
[dstq],
m0
mov
a
[dstq],
m0
add
dstq
,
mmsize
add
dstq
,
mmsize
add
srcq
,
mmsize
add
srcq
,
mmsize
add
src0q
,
mmsize
add
src0q
,
mmsize
...
@@ -122,7 +122,7 @@ cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
...
@@ -122,7 +122,7 @@ cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
psraw
m0
,
5
psraw
m0
,
5
psraw
m1
,
5
psraw
m1
,
5
packuswb
m0
,
m1
packuswb
m0
,
m1
mov
u
[
dstq
+
widthq
]
,
m0
mov
a
[
dstq
+
widthq
]
,
m0
sub
widthd
,
mmsize
sub
widthd
,
mmsize
jge
.
loop
jge
.
loop
RET
RET
...
...
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