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

Unified Diff: libvpx_srcs_arm_neon_cpu_detect.gypi

Issue 23600008: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 4 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 219822)
+++ libvpx_srcs_arm_neon_cpu_detect.gypi (working copy)
@@ -205,11 +205,19 @@
'<(libvpx_source)/vp8/encoder/treewriter.h',
'<(libvpx_source)/vp8/vp8_cx_iface.c',
'<(libvpx_source)/vp8/vp8_dx_iface.c',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_avg_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_convolve8_neon.asm',
'<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c',
+ '<(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_loopfilter_neon.asm',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_mb_lpf_neon.asm',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_short_idct16x16_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/generic/vp9_systemdependent.c',
'<(libvpx_source)/vp9/common/vp9_alloccommon.c',
@@ -259,6 +267,8 @@
'<(libvpx_source)/vp9/common/vp9_reconintra.h',
'<(libvpx_source)/vp9/common/vp9_rtcd.c',
'<(libvpx_source)/vp9/common/vp9_sadmxn.h',
+ '<(libvpx_source)/vp9/common/vp9_scale.c',
+ '<(libvpx_source)/vp9/common/vp9_scale.h',
'<(libvpx_source)/vp9/common/vp9_seg_common.c',
'<(libvpx_source)/vp9/common/vp9_seg_common.h',
'<(libvpx_source)/vp9/common/vp9_subpelvar.h',
@@ -285,6 +295,8 @@
'<(libvpx_source)/vp9/decoder/vp9_onyxd_if.c',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_int.h',
'<(libvpx_source)/vp9/decoder/vp9_read_bit_buffer.h',
+ '<(libvpx_source)/vp9/decoder/vp9_thread.c',
+ '<(libvpx_source)/vp9/decoder/vp9_thread.h',
'<(libvpx_source)/vp9/decoder/vp9_treereader.h',
'<(libvpx_source)/vp9/vp9_dx_iface.c',
'<(libvpx_source)/vp9/vp9_iface_common.h',
« 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