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

Unified Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 1154153005: Rename variance files (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 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 | « libvpx_srcs_x86_64.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86_64_intrinsics.gypi
diff --git a/libvpx_srcs_x86_64_intrinsics.gypi b/libvpx_srcs_x86_64_intrinsics.gypi
index 803720f334c508a14609f9c201d893835d3c87c8..f8590f576acd9dd65be0705680796e323b68491a 100644
--- a/libvpx_srcs_x86_64_intrinsics.gypi
+++ b/libvpx_srcs_x86_64_intrinsics.gypi
@@ -14,7 +14,7 @@
],
'sources': [
'<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c',
- '<(libvpx_source)/vp8/common/x86/variance_mmx.c',
+ '<(libvpx_source)/vp8/common/x86/vp8_variance_mmx.c',
'<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c',
'<(libvpx_source)/vpx_dsp/x86/variance_mmx.c',
],
@@ -31,7 +31,7 @@
'sources': [
'<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
'<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
- '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
+ '<(libvpx_source)/vp8/common/x86/vp8_variance_sse2.c',
'<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
'<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
'<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698