Skip to content
GitLab
Menu
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
4ec59530
Commit
4ec59530
authored
Dec 10, 2015
by
Jian Zhou
Browse files
Code clean of dc_left/top_predictor_16x16
Remove some redundant code. Change-Id: Ida2e8c0ce28770f7a9545ca014fe792b04295260
parent
7f79a83f
Changes
1
Show whitespace changes
Inline
Side-by-side
vpx_dsp/x86/intrapred_sse2.asm
View file @
4ec59530
...
...
@@ -239,14 +239,11 @@ cglobal dc_top_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
GET_GOT
goffsetq
pxor
m1
,
m1
pxor
m2
,
m2
mova
m0
,
[
aboveq
]
DEFINE_ARGS
ds
t
,
stride
,
stride3
,
lines4
lea
stride3q
,
[
strideq
*
3
]
mov
lines4d
,
4
psadbw
m0
,
m1
psadbw
m2
,
m1
paddw
m0
,
m2
movhlps
m2
,
m0
paddw
m0
,
m2
paddw
m0
,
[
GLOBAL
(
pw2_16
)]
...
...
@@ -271,14 +268,11 @@ cglobal dc_left_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
GET_GOT
goffsetq
pxor
m1
,
m1
pxor
m2
,
m2
mova
m0
,
[
leftq
]
DEFINE_ARGS
ds
t
,
stride
,
stride3
,
lines4
lea
stride3q
,
[
strideq
*
3
]
mov
lines4d
,
4
psadbw
m0
,
m1
psadbw
m2
,
m1
paddw
m0
,
m2
movhlps
m2
,
m0
paddw
m0
,
m2
paddw
m0
,
[
GLOBAL
(
pw2_16
)]
...
...
Write
Preview
Supports
Markdown
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