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

Unified Diff: source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.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
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c ('k') | source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm
diff --git a/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm b/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm
index 2c1060710cc0c0d552af193907b9b6b7e25a6f15..68e7fa40cf8d453804997a8a2f7a7d62961ca38c 100644
--- a/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm
+++ b/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm
@@ -7,6 +7,7 @@
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
;
+
%include "third_party/x86inc/x86inc.asm"
; This file provides SSSE3 version of the inverse transformation. Part
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c ('k') | source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698