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

Side by Side Diff: third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 1997603002: libvpx: add configurations excluding VP9 for ARM Neon and ARM64. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'libvpx_intrinsics_neon', 9 'target_name': 'libvpx_intrinsics_neon',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 'source/config/<(OS_CATEGORY)/<(target_arch_full)', 12 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
13 '<(libvpx_source)', 13 '<(libvpx_source)',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 '<(libvpx_source)/vp8/common/arm/neon/bilinearpredict_neon.c',
kjellander_chromium 2016/05/19 08:48:15 When I run ./generate_gypi.sh from a clean checkou
Johann 2016/05/24 20:13:39 Hmm this looks very strange. cpu-detect is not use
17 '<(libvpx_source)/vp8/common/arm/neon/copymem_neon.c',
18 '<(libvpx_source)/vp8/common/arm/neon/dc_only_idct_add_neon.c',
19 '<(libvpx_source)/vp8/common/arm/neon/dequant_idct_neon.c',
20 '<(libvpx_source)/vp8/common/arm/neon/dequantizeb_neon.c',
21 '<(libvpx_source)/vp8/common/arm/neon/idct_blk_neon.c',
22 '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_0_2x_neon.c',
23 '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_full_2x_neon.c',
24 '<(libvpx_source)/vp8/common/arm/neon/iwalsh_neon.c',
25 '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neo n.c',
26 '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon. c',
27 '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c',
28 '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c',
29 '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
30 '<(libvpx_source)/vp8/common/arm/neon/vp8_loopfilter_neon.c',
31 '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c',
32 '<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c',
33 '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c',
34 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
35 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht4x4_add_neon.c',
36 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht8x8_add_neon.c',
37 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c',
38 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_error_neon.c',
39 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
40 '<(libvpx_source)/vpx_dsp/arm/avg_neon.c',
41 '<(libvpx_source)/vpx_dsp/arm/fwd_txfm_neon.c',
42 '<(libvpx_source)/vpx_dsp/arm/idct16x16_1_add_neon.asm', 16 '<(libvpx_source)/vpx_dsp/arm/idct16x16_1_add_neon.asm',
43 '<(libvpx_source)/vpx_dsp/arm/idct16x16_add_neon.asm', 17 '<(libvpx_source)/vpx_dsp/arm/idct16x16_add_neon.asm',
44 '<(libvpx_source)/vpx_dsp/arm/idct16x16_neon.c',
45 '<(libvpx_source)/vpx_dsp/arm/idct32x32_1_add_neon.asm', 18 '<(libvpx_source)/vpx_dsp/arm/idct32x32_1_add_neon.asm',
46 '<(libvpx_source)/vpx_dsp/arm/idct32x32_add_neon.asm', 19 '<(libvpx_source)/vpx_dsp/arm/idct32x32_add_neon.asm',
47 '<(libvpx_source)/vpx_dsp/arm/idct4x4_1_add_neon.asm', 20 '<(libvpx_source)/vpx_dsp/arm/idct4x4_1_add_neon.asm',
48 '<(libvpx_source)/vpx_dsp/arm/idct4x4_add_neon.asm', 21 '<(libvpx_source)/vpx_dsp/arm/idct4x4_add_neon.asm',
49 '<(libvpx_source)/vpx_dsp/arm/idct8x8_1_add_neon.asm', 22 '<(libvpx_source)/vpx_dsp/arm/idct8x8_1_add_neon.asm',
50 '<(libvpx_source)/vpx_dsp/arm/idct8x8_add_neon.asm', 23 '<(libvpx_source)/vpx_dsp/arm/idct8x8_add_neon.asm',
51 '<(libvpx_source)/vpx_dsp/arm/intrapred_neon.c',
52 '<(libvpx_source)/vpx_dsp/arm/intrapred_neon_asm.asm', 24 '<(libvpx_source)/vpx_dsp/arm/intrapred_neon_asm.asm',
53 '<(libvpx_source)/vpx_dsp/arm/loopfilter_16_neon.asm', 25 '<(libvpx_source)/vpx_dsp/arm/loopfilter_16_neon.asm',
54 '<(libvpx_source)/vpx_dsp/arm/loopfilter_4_neon.asm', 26 '<(libvpx_source)/vpx_dsp/arm/loopfilter_4_neon.asm',
55 '<(libvpx_source)/vpx_dsp/arm/loopfilter_8_neon.asm', 27 '<(libvpx_source)/vpx_dsp/arm/loopfilter_8_neon.asm',
56 '<(libvpx_source)/vpx_dsp/arm/loopfilter_mb_neon.asm', 28 '<(libvpx_source)/vpx_dsp/arm/loopfilter_mb_neon.asm',
57 '<(libvpx_source)/vpx_dsp/arm/loopfilter_neon.c',
58 '<(libvpx_source)/vpx_dsp/arm/sad4d_neon.c',
59 '<(libvpx_source)/vpx_dsp/arm/sad_neon.c',
60 '<(libvpx_source)/vpx_dsp/arm/save_reg_neon.asm', 29 '<(libvpx_source)/vpx_dsp/arm/save_reg_neon.asm',
61 '<(libvpx_source)/vpx_dsp/arm/subpel_variance_neon.c',
62 '<(libvpx_source)/vpx_dsp/arm/subtract_neon.c',
63 '<(libvpx_source)/vpx_dsp/arm/variance_neon.c',
64 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm', 30 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm',
65 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_neon_asm.asm', 31 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_neon_asm.asm',
66 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm', 32 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm',
67 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm', 33 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm',
68 '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_neon.c',
69 ], 34 ],
70 'includes': [ 'ads2gas.gypi' ], 35 'includes': [ 'ads2gas.gypi' ],
71 'cflags!': [ '-mfpu=vfpv3-d16' ], 36 'cflags!': [ '-mfpu=vfpv3-d16' ],
72 'conditions': [ 37 'conditions': [
73 # Disable GCC LTO in neon targets due to compiler bug 38 # Disable GCC LTO in neon targets due to compiler bug
74 # crbug.com/408997 39 # crbug.com/408997
75 ['clang==0 and use_lto==1', { 40 ['clang==0 and use_lto==1', {
76 'cflags!': [ 41 'cflags!': [
77 '-flto', 42 '-flto',
78 '-ffat-lto-objects', 43 '-ffat-lto-objects',
79 ], 44 ],
80 }], 45 }],
81 ], 46 ],
82 'cflags': [ '-mfpu=neon', ], 47 'cflags': [ '-mfpu=neon', ],
83 'asmflags': [ '-mfpu=neon', ], 48 'asmflags': [ '-mfpu=neon', ],
84 }, 49 },
85 ], 50 ],
86 } 51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698