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

Unified Diff: libvpx_srcs_arm64.gypi

Issue 1162573005: libvpx: Pull from upstream (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_arm.gypi ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_arm64.gypi
diff --git a/libvpx_srcs_arm64.gypi b/libvpx_srcs_arm64.gypi
index 31e6fca63f04433e839b394aa9dc99e52ed5e319..5b4acd877eab3a309329c12b9f4508f83b955efa 100644
--- a/libvpx_srcs_arm64.gypi
+++ b/libvpx_srcs_arm64.gypi
@@ -26,7 +26,6 @@
'<(libvpx_source)/vp8/common/arm/neon/reconintra_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',
'<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance_neon.c',
'<(libvpx_source)/vp8/common/arm/variance_arm.c',
'<(libvpx_source)/vp8/common/blockd.c',
@@ -104,7 +103,6 @@
'<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c',
'<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c',
'<(libvpx_source)/vp8/encoder/arm/neon/subtract_neon.c',
- '<(libvpx_source)/vp8/encoder/arm/neon/vp8_mse16x16_neon.c',
'<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
'<(libvpx_source)/vp8/encoder/bitstream.c',
'<(libvpx_source)/vp8/encoder/bitstream.h',
@@ -350,7 +348,9 @@
'<(libvpx_source)/vpx/vpx_integer.h',
'<(libvpx_source)/vpx_dsp/arm/sad4d_neon.c',
'<(libvpx_source)/vpx_dsp/arm/sad_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/variance_neon.c',
'<(libvpx_source)/vpx_dsp/sad.c',
+ '<(libvpx_source)/vpx_dsp/variance.c',
'<(libvpx_source)/vpx_dsp/vpx_dsp_rtcd.c',
'<(libvpx_source)/vpx_mem/include/vpx_mem_intrnl.h',
'<(libvpx_source)/vpx_mem/vpx_mem.c',
@@ -361,6 +361,7 @@
'<(libvpx_source)/vpx_ports/mem.h',
'<(libvpx_source)/vpx_ports/mem_ops.h',
'<(libvpx_source)/vpx_ports/mem_ops_aligned.h',
+ '<(libvpx_source)/vpx_ports/msvc.h',
'<(libvpx_source)/vpx_ports/vpx_once.h',
'<(libvpx_source)/vpx_ports/vpx_timer.h',
'<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
« no previous file with comments | « libvpx_srcs_arm.gypi ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698