Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
carlos rafael giudice
2doTP-orga2
Commits
825f8b08
Commit
825f8b08
authored
5 years ago
by
CatOfTheCannals
Browse files
Options
Download
Email Patches
Plain Diff
Changes type of masks
parent
e464db9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
src/filters/Sharpen_asm.asm
src/filters/Sharpen_asm.asm
+4
-6
No files found.
src/filters/Sharpen_asm.asm
View file @
825f8b08
section
.rodata
centro_izq_por_9:
d
b
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
09
,
0x00
,
0x
09
,
0x00
,
0x
09
,
0x00
,
0x
00
centro_der_por_9:
d
b
0x00
,
0x
09
,
0x00
,
0x
09
,
0x00
,
0x
09
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
centro_izq_por_9:
d
w
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0009
,
0x0009
,
0x0009
,
0x0000
centro_der_por_9:
d
w
0x0009
,
0x0009
,
0x0009
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
poner_alpha_en_cero:
d
b
0xff
,
0x
ff
,
0xff
,
0x
ff
,
0xff
,
0x
ff
,
0x00
,
0x
00
,
0xff
,
0x
ff
,
0xff
,
0x
ff
,
0xff
,
0x
ff
,
0x00
,
0x
00
alphas_saturados:
d
b
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
ff
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
00
,
0x00
,
0x
ff
poner_alpha_en_cero:
d
w
0xffff
,
0xffff
,
0xffff
,
0x0000
,
0xffff
,
0xffff
,
0xffff
,
0x0000
alphas_saturados:
d
w
0x0000
,
0x0000
,
0x0000
,
0x00ff
,
0x0000
,
0x0000
,
0x0000
,
0x00ff
section
.text
...
...
@@ -193,4 +192,3 @@ Sharpen_asm:
pop
rbx
pop
rbp
ret
This diff is collapsed.
Click to expand it.
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