Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm b/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
index a582f8dc5f58735fd9f9f08a574af93897d0aecf..3c0fef9b5e315e6049cb995f2b83155ceb63930c 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
@@ -34,7 +34,7 @@ sym(vp8_filter_block2d_bil_var_ssse3):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 9
- SAVE_XMM 7
+ SAVE_XMM
GET_GOT rbx
push rsi
push rdi
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/variance_impl_sse2.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/variance_mmx.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698