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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.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/quantize_sse2.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm b/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm
index 9a1584024869763f9481c7a3e592b8d12a9f80de..2e655a45ce1282e15ee7d5600dc34a926c179834 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm
@@ -16,7 +16,7 @@
; (BLOCK *b, | 0
; BLOCKD *d) | 1
-global sym(vp8_regular_quantize_b_sse2)
+global sym(vp8_regular_quantize_b_sse2) PRIVATE
sym(vp8_regular_quantize_b_sse2):
push rbp
mov rbp, rsp
@@ -247,7 +247,7 @@ ZIGZAG_LOOP 15
; short *quant_ptr, | 5
; short *dqcoeff_ptr) | 6
-global sym(vp8_fast_quantize_b_impl_sse2)
+global sym(vp8_fast_quantize_b_impl_sse2) PRIVATE
sym(vp8_fast_quantize_b_impl_sse2):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698