| 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_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 } |
| OLD | NEW |