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

Unified Diff: third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 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
Index: third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
diff --git a/third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi b/third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..6bc2b60985a3a3eb2c682d6c1bda8d6c3b281bb5
--- /dev/null
+++ b/third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
@@ -0,0 +1,87 @@
+# This file is generated. Do not edit.
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'libvpx_intrinsics_neon',
+ 'type': 'static_library',
+ 'include_dirs': [
+ 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
+ '<(libvpx_source)',
+ ],
+ 'sources': [
+ '<(libvpx_source)/vp8/common/arm/neon/bilinearpredict_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/copymem_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/dc_only_idct_add_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/dequant_idct_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/dequantizeb_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/idct_blk_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_0_2x_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_full_2x_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/iwalsh_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c',
+ '<(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/shortidct4x4llm_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/vp8_loopfilter_neon.c',
+ '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c',
+ '<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c',
+ '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c',
+ '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_iht4x4_add_neon.c',
+ '<(libvpx_source)/vp9/common/arm/neon/vp9_iht8x8_add_neon.c',
+ '<(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_error_neon.c',
+ '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/fwd_txfm_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/idct16x16_1_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct16x16_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct16x16_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/idct32x32_1_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct32x32_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct4x4_1_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct4x4_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct8x8_1_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/idct8x8_add_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/intrapred_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/intrapred_neon_asm.asm',
+ '<(libvpx_source)/vpx_dsp/arm/loopfilter_16_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/loopfilter_4_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/loopfilter_8_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/loopfilter_mb_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/loopfilter_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/sad4d_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/sad_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/save_reg_neon.asm',
+ '<(libvpx_source)/vpx_dsp/arm/subpel_variance_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/subtract_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/variance_neon.c',
+ '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm',
+ '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_neon_asm.asm',
+ '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm',
+ '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm',
+ '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_neon.c',
+ ],
+ 'includes': [ 'ads2gas.gypi' ],
+ 'cflags!': [ '-mfpu=vfpv3-d16' ],
+ 'conditions': [
+ # Disable GCC LTO in neon targets due to compiler bug
+ # crbug.com/408997
+ ['clang==0 and use_lto==1', {
+ 'cflags!': [
+ '-flto',
+ '-ffat-lto-objects',
+ ],
+ }],
+ ],
+ 'cflags': [ '-mfpu=neon', ],
+ 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] },
+ },
+ ],
+}
« no previous file with comments | « third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | third_party/libvpx_new/libvpx_srcs_generic.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698