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
384d1036
Commit
384d1036
authored
May 24, 2011
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix register types for LOAD_AB arguments, fixes compilation with NASM.
parent
8d953175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
h264_deblock_10bit.asm
libavcodec/x86/h264_deblock_10bit.asm
+6
-6
No files found.
libavcodec/x86/h264_deblock_10bit.asm
View file @
384d1036
...
...
@@ -165,7 +165,7 @@ cglobal deblock_v_luma_10_%1, 5,5,8*(mmsize/16)
SUB
rsp
,
pad
shl
r2d
,
2
shl
r3d
,
2
LOAD_AB
m4
,
m5
,
r2
,
r3
LOAD_AB
m4
,
m5
,
r2
d
,
r3d
mov
r3
,
32
/
mmsize
mov
r2
,
r0
sub
r0
,
r1
...
...
@@ -222,7 +222,7 @@ cglobal deblock_h_luma_10_%1, 5,6,8*(mmsize/16)
SUB
rsp
,
pad
shl
r2d
,
2
shl
r3d
,
2
LOAD_AB
m4
,
m5
,
r2
,
r3
LOAD_AB
m4
,
m5
,
r2
d
,
r3d
mov
r3
,
r1
mova
am
,
m4
add
r3
,
r1
...
...
@@ -352,7 +352,7 @@ cglobal deblock_v_luma_10_%1, 5,5,15
%
define
mask2
m11
shl
r2d
,
2
shl
r3d
,
2
LOAD_AB
m12
,
m13
,
r2
,
r3
LOAD_AB
m12
,
m13
,
r2
d
,
r3d
mov
r2
,
r0
sub
r0
,
r1
sub
r0
,
r1
...
...
@@ -380,7 +380,7 @@ cglobal deblock_v_luma_10_%1, 5,5,15
cglobal
deblock_h_luma_10_
%1
,
5
,
7
,
15
shl
r2d
,
2
shl
r3d
,
2
LOAD_AB
m12
,
m13
,
r2
,
r3
LOAD_AB
m12
,
m13
,
r2
d
,
r3d
mov
r2
,
r1
add
r2
,
r1
add
r2
,
r1
...
...
@@ -851,7 +851,7 @@ cglobal deblock_v_chroma_10_%1, 5,7-(mmsize/16),8*(mmsize/16)
.
loop
:
%endif
CHROMA_V_LOAD
r5
LOAD_AB
m4
,
m5
,
r2
,
r3
LOAD_AB
m4
,
m5
,
r2
d
,
r3d
LOAD_MASK
m0
,
m1
,
m2
,
m3
,
m4
,
m5
,
m7
,
m6
,
m4
pxor
m4
,
m4
LOAD_TC
m6
,
r4
...
...
@@ -885,7 +885,7 @@ cglobal deblock_v_chroma_intra_10_%1, 4,6-(mmsize/16),8*(mmsize/16)
.
loop
:
%endif
CHROMA_V_LOAD
r4
LOAD_AB
m4
,
m5
,
r2
,
r3
LOAD_AB
m4
,
m5
,
r2
d
,
r3d
LOAD_MASK
m0
,
m1
,
m2
,
m3
,
m4
,
m5
,
m7
,
m6
,
m4
CHROMA_DEBLOCK_P0_Q0_INTRA
m1
,
m2
,
m0
,
m3
,
m7
,
m5
,
m6
CHROMA_V_STORE
...
...
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