Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
bc4bc9b6
Commit
bc4bc9b6
authored
Sep 30, 2017
by
Scott LaVarnway
Committed by
James Zern
Oct 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vpx: fix nasm build errors
BUG=webm:1462,766721 Change-Id: Icfa536a8e38623636b96c396e3c94889bfde7a98
parent
4cae64c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
vpx_dsp/x86/add_noise_sse2.asm
vpx_dsp/x86/add_noise_sse2.asm
+2
-2
vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
+1
-1
vpx_dsp/x86/intrapred_sse2.asm
vpx_dsp/x86/intrapred_sse2.asm
+1
-1
No files found.
vpx_dsp/x86/add_noise_sse2.asm
View file @
bc4bc9b6
...
...
@@ -26,13 +26,13 @@ sym(vpx_plane_add_noise_sse2):
mov
rdx
,
0x01010101
mov
rax
,
arg
(
2
)
mul
rdx
mov
d
xmm3
,
rax
mov
q
xmm3
,
rax
pshufd
xmm3
,
xmm3
,
0
; xmm3 is 16 copies of char in blackclamp
mov
rdx
,
0x01010101
mov
rax
,
arg
(
3
)
mul
rdx
mov
d
xmm4
,
rax
mov
q
xmm4
,
rax
pshufd
xmm4
,
xmm4
,
0
; xmm4 is 16 copies of char in whiteclamp
movdqu
xmm5
,
xmm3
; both clamp = black clamp + white clamp
...
...
vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
View file @
bc4bc9b6
...
...
@@ -72,7 +72,7 @@ SECTION .text
paddd
m6
,
m4
mov
r1
,
ss
em
; r1 = unsigned int *sse
movd
[
r1
],
m7
; store sse
movd
r
ax
,
m6
; store sum as return value
movd
e
ax
,
m6
; store sum as return value
%endif
RET
%endmacro
...
...
vpx_dsp/x86/intrapred_sse2.asm
View file @
bc4bc9b6
...
...
@@ -61,7 +61,7 @@ cglobal d45_predictor_4x4, 3, 4, 4, dst, stride, above, goffset
psrlq
m3
,
8
movd
[
ds
tq
+
strideq
],
m3
psrlq
m0
,
56
movd
temp
q
,
m0
movd
temp
d
,
m0
mov
[
ds
tq
+
strideq
+
3
],
tempb
REST
ORE_GOT
...
...
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