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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_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/temporal_filter_apply_sse2.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm b/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm
index 0127b012ef0623ae09b6680f64e68187c8ce64e7..8d66309e624fe3692f846bba49bfc19f3c5e85b8 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm
@@ -20,7 +20,7 @@
; int filter_weight, | 5
; unsigned int *accumulator, | 6
; unsigned short *count) | 7
-global sym(vp8_temporal_filter_apply_sse2)
+global sym(vp8_temporal_filter_apply_sse2) PRIVATE
sym(vp8_temporal_filter_apply_sse2):
push rbp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/subtract_sse2.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/variance_impl_mmx.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698