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

Side by Side Diff: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 394353005: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 5 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
« no previous file with comments | « libvpx_srcs_arm_neon.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2013 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 12 matching lines...) Expand all
23 '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neo n.c', 23 '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neo n.c',
24 '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c', 24 '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c',
25 '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c', 25 '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c',
26 '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c', 26 '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c',
27 '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c', 27 '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
28 '<(libvpx_source)/vp8/common/arm/neon/variance_neon.c', 28 '<(libvpx_source)/vp8/common/arm/neon/variance_neon.c',
29 '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c', 29 '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c',
30 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', 30 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c',
31 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', 31 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c',
32 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c', 32 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_16_neon.c',
33 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c',
33 ], 34 ],
34 'conditions': [ 35 'conditions': [
35 ['os_posix==1 and OS!="mac" and OS!="ios"', { 36 ['os_posix==1 and OS!="mac" and OS!="ios"', {
36 'cflags!': [ '-mfpu=vfpv3-d16' ], 37 'cflags!': [ '-mfpu=vfpv3-d16' ],
37 'cflags': [ '-mfpu=neon', ], 38 'cflags': [ '-mfpu=neon', ],
38 }], 39 }],
39 ['OS=="mac" or OS=="ios"', { 40 ['OS=="mac" or OS=="ios"', {
40 'xcode_settings': { 41 'xcode_settings': {
41 'OTHER_CFLAGS': [ '-mfpu=neon', ], 42 'OTHER_CFLAGS': [ '-mfpu=neon', ],
42 }, 43 },
43 }], 44 }],
44 ], 45 ],
45 }, 46 },
46 ], 47 ],
47 } 48 }
OLDNEW
« no previous file with comments | « libvpx_srcs_arm_neon.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