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

Unified Diff: source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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: source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm
diff --git a/source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm b/source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm
index b41fbc8b3bb58e43620eba6fd8cb73605cb210b4..7a7a6b655557e5d1e69ab358067805a6bf4aa99b 100644
--- a/source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm
+++ b/source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm
@@ -7,6 +7,9 @@
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
;
+
+%define private_prefix vp9
+
%include "third_party/x86inc/x86inc.asm"
SECTION .text
« no previous file with comments | « source/libvpx/vp9/encoder/vp9_temporal_filter.c ('k') | source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698