Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
23ccf719
Commit
23ccf719
authored
Apr 10, 2014
by
Yunqing Wang
Committed by
Gerrit Code Review
Apr 10, 2014
Browse files
Merge "Fix encoder uninitialized read errors reported by drmemory"
parents
4b8ad4a8
3a6670fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/x86/vp9_copy_sse2.asm
View file @
23ccf719
...
...
@@ -133,10 +133,14 @@ INIT_MMX sse
movh
m3
,
[
srcq
+
r5q
]
lea
srcq
,
[
srcq
+
src_strideq
*
4
]
%ifidn %1, avg
pavgb
m0
,
[
ds
tq
]
pavgb
m1
,
[
ds
tq
+
ds
t_strideq
]
pavgb
m2
,
[
ds
tq
+
ds
t_strideq
*
2
]
pavgb
m3
,
[
ds
tq
+
r6q
]
movh
m4
,
[
ds
tq
]
movh
m5
,
[
ds
tq
+
ds
t_strideq
]
movh
m6
,
[
ds
tq
+
ds
t_strideq
*
2
]
movh
m7
,
[
ds
tq
+
r6q
]
pavgb
m0
,
m4
pavgb
m1
,
m5
pavgb
m2
,
m6
pavgb
m3
,
m7
%endif
movh
[
ds
tq
],
m0
movh
[
ds
tq
+
ds
t_strideq
],
m1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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