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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/sad_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/sad_ssse3.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm b/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
index 6ecf081843b75141e3676605bd24180f15987fb3..69c5eaedc795ae7d5886f4e984e50ba18adf8c81 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
@@ -157,7 +157,6 @@ sym(vp8_sad16x16x3_ssse3):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 5
- SAVE_XMM 7
push rsi
push rdi
push rcx
@@ -254,7 +253,6 @@ vp8_sad16x16x3_ssse3_store_off:
pop rcx
pop rdi
pop rsi
- RESTORE_XMM
UNSHADOW_ARGS
pop rbp
ret
@@ -270,7 +268,6 @@ sym(vp8_sad16x8x3_ssse3):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 5
- SAVE_XMM 7
push rsi
push rdi
push rcx
@@ -364,7 +361,6 @@ vp8_sad16x8x3_ssse3_store_off:
pop rcx
pop rdi
pop rsi
- RESTORE_XMM
UNSHADOW_ARGS
pop rbp
ret
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/sad_sse3.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/ssim_opt.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698