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

Unified Diff: libvpx_srcs_arm_neon_cpu_detect.gypi

Issue 23530058: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 3 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.gypi ('k') | libvpx_srcs_mips.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.gypi
===================================================================
--- libvpx_srcs_arm_neon_cpu_detect.gypi (revision 223099)
+++ libvpx_srcs_arm_neon_cpu_detect.gypi (working copy)
@@ -212,14 +212,18 @@
'<(libvpx_source)/vp9/common/arm/neon/vp9_copy_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_dc_only_idct_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_idct32x32_neon.c',
'<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_mb_lpf_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct4x4_1_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct4x4_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct8x8_1_add_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct8x8_add_neon.asm',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_short_iht4x4_add_neon.asm',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm',
'<(libvpx_source)/vp9/common/generic/vp9_systemdependent.c',
'<(libvpx_source)/vp9/common/vp9_alloccommon.c',
'<(libvpx_source)/vp9/common/vp9_alloccommon.h',
@@ -254,8 +258,6 @@
'<(libvpx_source)/vp9/common/vp9_mvref_common.h',
'<(libvpx_source)/vp9/common/vp9_onyxc_int.h',
'<(libvpx_source)/vp9/common/vp9_onyx.h',
- '<(libvpx_source)/vp9/common/vp9_postproc.c',
- '<(libvpx_source)/vp9/common/vp9_postproc.h',
'<(libvpx_source)/vp9/common/vp9_ppflags.h',
'<(libvpx_source)/vp9/common/vp9_pragmas.h',
'<(libvpx_source)/vp9/common/vp9_pred_common.c',
« no previous file with comments | « libvpx_srcs_arm_neon.gypi ('k') | libvpx_srcs_mips.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698