projects
/
profile
/
ivi
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c764c2a
)
Revert "use unaligned load"
author
Johann
<johannkoenig@google.com>
Fri, 18 Feb 2011 15:12:57 +0000
(10:12 -0500)
committer
Johann
<johannkoenig@google.com>
Fri, 18 Feb 2011 15:23:02 +0000
(10:23 -0500)
This reverts commit
f50f2fd2a73f2c5ee3f10ad077e780398df17cd7
.
Change Ib7506e3e aligns the buffer
Change-Id: Ie0f8bd3e57cfdfef81d39638a1451458ebbae2e0
vp8/encoder/x86/temporal_filter_apply_sse2.asm
patch
|
blob
|
history
diff --git
a/vp8/encoder/x86/temporal_filter_apply_sse2.asm
b/vp8/encoder/x86/temporal_filter_apply_sse2.asm
index
f2adccc
..
0127b01
100644
(file)
--- a/
vp8/encoder/x86/temporal_filter_apply_sse2.asm
+++ b/
vp8/encoder/x86/temporal_filter_apply_sse2.asm
@@
-84,7
+84,7
@@
temporal_filter_apply_load_8:
jmp temporal_filter_apply_load_finished
temporal_filter_apply_load_16:
- movdq
u
xmm0, [rsi] ; src (frame1)
+ movdq
a
xmm0, [rsi] ; src (frame1)
lea rsi, [rsi + rbp] ; += stride
movdqa xmm1, xmm0
punpcklbw xmm0, xmm7 ; src[ 0- 7]