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

Unified Diff: libvpx_srcs.gni

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 | « no previous file | libvpx_srcs_x86.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs.gni
diff --git a/libvpx_srcs.gni b/libvpx_srcs.gni
index f1a9f90b045336d9ae35a6014f218b03f09340be..1f94e7ce60157d8659dbf6aaf8749ce3c586c138 100644
--- a/libvpx_srcs.gni
+++ b/libvpx_srcs.gni
@@ -344,9 +344,9 @@ libvpx_srcs_x86_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_ssse3.asm",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_impl_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm",
@@ -381,14 +381,14 @@ libvpx_srcs_x86_assembly = [
]
libvpx_srcs_x86_mmx = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_mmx.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_mmx.c",
]
libvpx_srcs_x86_sse2 = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
@@ -768,9 +768,9 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/variance_impl_ssse3.asm",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_impl_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm",
@@ -810,14 +810,14 @@ libvpx_srcs_x86_64_assembly = [
]
libvpx_srcs_x86_64_mmx = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_mmx.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_mmx.c",
]
libvpx_srcs_x86_64_sse2 = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_variance_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
« no previous file with comments | « no previous file | libvpx_srcs_x86.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698