Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
x264
Commits
b10ee560
Commit
b10ee560
authored
Mar 19, 2008
by
Loren Merritt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics in asm
parent
a3b97adb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
common/x86/mc-a.asm
common/x86/mc-a.asm
+7
-9
common/x86/pixel-32.asm
common/x86/pixel-32.asm
+1
-1
common/x86/x86inc-64.asm
common/x86/x86inc-64.asm
+3
-3
No files found.
common/x86/mc-a.asm
View file @
b10ee560
...
...
@@ -341,10 +341,10 @@ cglobal x264_mc_copy_w16_mmx, 5,7
jg
.height_loop
REP_RET
cglobal
x264_mc_copy_w16_sse2
,
5
,
7
cglobal
x264_mc_copy_w16_sse2
,
5
,
7
lea
r6
,
[
r3
*
3
]
lea
r5
,
[
r1
*
3
]
.height_loop
.height_loop
:
movdqu
xmm0
,
[
r2
]
movdqu
xmm1
,
[
r2
+
r3
]
movdqu
xmm2
,
[
r2
+
r3
*
2
]
...
...
@@ -583,7 +583,7 @@ cglobal x264_mc_chroma_mmxext, 0,6,1
%endif
ALIGN
4
.height_loop
.height_loop
:
movd
mm1
,
[
r2
+
r3
]
movd
mm0
,
[
r2
]
...
...
@@ -628,11 +628,8 @@ ALIGN 4
mov
r4d
,
r7m
; i_height
jmp
.height_loop
.finish
REP_RET
ALIGN
4
.mc1d
.mc1d
:
mov
eax
,
r4d
or
eax
,
r5d
and
eax
,
7
...
...
@@ -652,7 +649,7 @@ ALIGN 4
je
.height_loop1_w8
ALIGN
4
.height_loop1_w4
.height_loop1_w4
:
movd
mm0
,
[
r2
+
r5
]
movd
mm1
,
[
r2
]
punpcklbw
mm0
,
mm3
...
...
@@ -668,10 +665,11 @@ ALIGN 4
add
r0
,
r1
dec
r4d
jnz
.height_loop1_w4
.finish:
REP_RET
ALIGN
4
.height_loop1_w8
.height_loop1_w8
:
movq
mm0
,
[
r2
+
r5
]
movq
mm1
,
[
r2
]
movq
mm2
,
mm0
...
...
common/x86/pixel-32.asm
View file @
b10ee560
...
...
@@ -408,7 +408,7 @@ cglobal x264_pixel_ssim_4x4x2_core_mmxext
mov
edx
,
[
esp
+
24
]
mov
edi
,
4
pxor
mm0
,
mm0
.loop
.loop
:
mov
eax
,
[
esp
+
12
]
mov
ecx
,
[
esp
+
20
]
add
eax
,
edi
...
...
common/x86/x86inc-64.asm
View file @
b10ee560
...
...
@@ -196,9 +196,9 @@ BITS 64
%endmacro
%macro endprolog 0
.endprolog
.endprolog
:
SECTION
.xdata
.unwindinfo
.unwindinfo
:
db
0x01
db
.endprolog
-
.startfunc
db
unwindcount
...
...
@@ -212,7 +212,7 @@ SECTION .text
%endmacro
%macro endfunc 0
.endfunc
.endfunc
:
SECTION
.pdata
dd
.startfunc
dd
.endfunc
...
...
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