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

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

Issue 7655050: Define PRIVATE and add it to all global symbols so we don't export assembly functions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: added patch 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 3c0fef9b5e315e6049cb995f2b83155ceb63930c..ec7141a535e1c5b47d0ca1487024b9d057bb4cff 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm
@@ -29,7 +29,7 @@
;)
;Note: The filter coefficient at offset=0 is 128. Since the second register
;for Pmaddubsw is signed bytes, we must calculate zero offset seperately.
-global sym(vp8_filter_block2d_bil_var_ssse3)
+global sym(vp8_filter_block2d_bil_var_ssse3) PRIVATE
sym(vp8_filter_block2d_bil_var_ssse3):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/variance_impl_sse2.asm ('k') | libvpx/source/libvpx/vpx_ports/emms.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698