Commit 825f8b08 authored by CatOfTheCannals's avatar CatOfTheCannals
Browse files

Changes type of masks

parent e464db9f
section .rodata
centro_izq_por_9: db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x00
centro_der_por_9: db 0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
centro_izq_por_9: dw 0x0000,0x0000,0x0000,0x0000,0x0009,0x0009,0x0009,0x0000
centro_der_por_9: dw 0x0009,0x0009,0x0009,0x0000,0x0000,0x0000,0x0000,0x0000
poner_alpha_en_cero: db 0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00
alphas_saturados: db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff
poner_alpha_en_cero: dw 0xffff,0xffff,0xffff,0x0000,0xffff,0xffff,0xffff,0x0000
alphas_saturados: dw 0x0000,0x0000,0x0000,0x00ff,0x0000,0x0000,0x0000,0x00ff
section .text
......@@ -193,4 +192,3 @@ Sharpen_asm:
pop rbx
pop rbp
ret
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment