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

Unified Diff: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR 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_arm_neon_cpu_detect.gypi ('k') | libvpx_srcs_generic.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
diff --git a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
index a2fedfb983579f77d7d6ba9f1f43b048659f7530..6b60be6cfe0a163a94e9c6f0b2aec07746b07c48 100644
--- a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
+++ b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
@@ -27,7 +27,6 @@
'<(libvpx_source)/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/reconintra_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/variance_neon.c',
@@ -64,10 +63,10 @@
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_avg_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
- '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad4d_neon.c',
- '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/sad4d_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/sad_neon.c',
],
'includes': [ 'ads2gas.gypi' ],
'cflags!': [ '-mfpu=vfpv3-d16' ],
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | libvpx_srcs_generic.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698