OLD | NEW |
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 Loading... |
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_dct_neon.c', |
| 34 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', |
33 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', | 35 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', |
| 36 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', |
| 37 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', |
34 ], | 38 ], |
35 'conditions': [ | 39 'conditions': [ |
36 ['os_posix==1 and OS!="mac" and OS!="ios"', { | 40 ['os_posix==1 and OS!="mac" and OS!="ios"', { |
37 'cflags!': [ '-mfpu=vfpv3-d16' ], | 41 'cflags!': [ '-mfpu=vfpv3-d16' ], |
38 'cflags': [ '-mfpu=neon', ], | 42 'cflags': [ '-mfpu=neon', ], |
39 }], | 43 }], |
40 ['OS=="mac" or OS=="ios"', { | 44 ['OS=="mac" or OS=="ios"', { |
41 'xcode_settings': { | 45 'xcode_settings': { |
42 'OTHER_CFLAGS': [ '-mfpu=neon', ], | 46 'OTHER_CFLAGS': [ '-mfpu=neon', ], |
43 }, | 47 }, |
44 }], | 48 }], |
45 ], | 49 ], |
46 }, | 50 }, |
47 ], | 51 ], |
48 } | 52 } |
OLD | NEW |