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

Side by Side Diff: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 592203002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
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',
(...skipping 17 matching lines...) Expand all
28 '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c', 28 '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c',
29 '<(libvpx_source)/vp8/common/arm/neon/reconintra_neon.c', 29 '<(libvpx_source)/vp8/common/arm/neon/reconintra_neon.c',
30 '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c', 30 '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c',
31 '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c', 31 '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c',
32 '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c', 32 '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
33 '<(libvpx_source)/vp8/common/arm/neon/variance_neon.c', 33 '<(libvpx_source)/vp8/common/arm/neon/variance_neon.c',
34 '<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance_neon.c', 34 '<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance_neon.c',
35 '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c', 35 '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c',
36 '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c', 36 '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c',
37 '<(libvpx_source)/vp8/encoder/arm/neon/subtract_neon.c', 37 '<(libvpx_source)/vp8/encoder/arm/neon/subtract_neon.c',
38 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_mse16x16_neon.c',
38 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c', 39 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
39 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', 40 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c',
40 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', 41 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c',
41 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c', 42 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c',
42 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c', 43 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c',
43 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', 44 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
44 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', 45 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c',
45 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', 46 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c',
46 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', 47 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c',
47 ], 48 ],
48 'cflags!': [ '-mfpu=vfpv3-d16' ], 49 'cflags!': [ '-mfpu=vfpv3-d16' ],
49 'conditions': [ 50 'conditions': [
50 # Disable LTO in neon targets due to compiler bug 51 # Disable LTO in neon targets due to compiler bug
51 # crbug.com/408997 52 # crbug.com/408997
52 ['use_lto==1', { 53 ['use_lto==1', {
53 'cflags!': [ 54 'cflags!': [
54 '-flto', 55 '-flto',
55 '-ffat-lto-objects', 56 '-ffat-lto-objects',
56 ], 57 ],
57 }], 58 }],
58 ], 59 ],
59 'cflags': [ '-mfpu=neon', ], 60 'cflags': [ '-mfpu=neon', ],
60 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] }, 61 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] },
61 }, 62 },
62 ], 63 ],
63 } 64 }
OLDNEW
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698