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

Side by Side Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 13474006: libvpx: Pull from upstream (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('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_mmx', 9 'target_name': 'libvpx_intrinsics_mmx',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 'source/config/<(OS_CATEGORY)/<(target_arch)', 12 'source/config/<(OS_CATEGORY)/<(target_arch)',
13 '<(libvpx_source)', 13 '<(libvpx_source)',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c',
17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', 17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c',
18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', 18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c',
19 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_mmx.c',
19 ], 20 ],
20 'conditions': [ 21 'conditions': [
21 ['os_posix==1 and OS!="mac"', { 22 ['os_posix==1 and OS!="mac"', {
22 'cflags': [ '-mmmx', ], 23 'cflags': [ '-mmmx', ],
23 }], 24 }],
24 ['OS=="mac"', { 25 ['OS=="mac"', {
25 'xcode_settings': { 26 'xcode_settings': {
26 'OTHER_CFLAGS': [ '-mmmx', ], 27 'OTHER_CFLAGS': [ '-mmmx', ],
27 }, 28 },
28 }], 29 }],
29 ], 30 ],
30 }, 31 },
31 { 32 {
32 'target_name': 'libvpx_intrinsics_sse2', 33 'target_name': 'libvpx_intrinsics_sse2',
33 'type': 'static_library', 34 'type': 'static_library',
34 'include_dirs': [ 35 'include_dirs': [
35 'source/config/<(OS_CATEGORY)/<(target_arch)', 36 'source/config/<(OS_CATEGORY)/<(target_arch)',
36 '<(libvpx_source)', 37 '<(libvpx_source)',
37 ], 38 ],
38 'sources': [ 39 'sources': [
39 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', 40 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
40 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', 41 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
41 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', 42 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
42 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 43 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
43 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', 44 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
44 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 45 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
45 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse2.c', 46 '<(libvpx_source)/vp9/common/x86/vp9_filter_sse2.c',
47 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c',
46 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c', 48 '<(libvpx_source)/vp9/common/x86/vp9_recon_wrapper_sse2.c',
49 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_sse2.c',
47 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_variance_sse2.c', 50 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_variance_sse2.c',
48 '<(libvpx_source)/vp9/decoder/x86/vp9_idct_blk_sse2.c', 51 '<(libvpx_source)/vp9/decoder/x86/vp9_idct_blk_sse2.c',
49 ], 52 ],
50 'conditions': [ 53 'conditions': [
51 ['os_posix==1 and OS!="mac"', { 54 ['os_posix==1 and OS!="mac"', {
52 'cflags': [ '-msse2', ], 55 'cflags': [ '-msse2', ],
53 }], 56 }],
54 ['OS=="mac"', { 57 ['OS=="mac"', {
55 'xcode_settings': { 58 'xcode_settings': {
56 'OTHER_CFLAGS': [ '-msse2', ], 59 'OTHER_CFLAGS': [ '-msse2', ],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ['os_posix==1 and OS!="mac"', { 116 ['os_posix==1 and OS!="mac"', {
114 'cflags': [ '-msse4.1', ], 117 'cflags': [ '-msse4.1', ],
115 }], 118 }],
116 ['OS=="mac"', { 119 ['OS=="mac"', {
117 'xcode_settings': { 120 'xcode_settings': {
118 'OTHER_CFLAGS': [ '-msse4.1', ], 121 'OTHER_CFLAGS': [ '-msse4.1', ],
119 }, 122 },
120 }], 123 }],
121 ], 124 ],
122 }, 125 },
123 {
124 'target_name': 'libvpx_intrinsics_extra',
125 'type': 'static_library',
126 'include_dirs': [
127 'source/config/<(OS_CATEGORY)/<(target_arch)',
128 '<(libvpx_source)',
129 ],
130 'sources': [
131 '<(libvpx_source)/vp8/common/x86/filter_x86.c',
132 '<(libvpx_source)/vp8/common/x86/loopfilter_x86.c',
133 '<(libvpx_source)/vp8/common/x86/postproc_x86.c',
134 '<(libvpx_source)/vp8/common/x86/vp8_asm_stubs.c',
135 '<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c',
136 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_x86.c',
137 '<(libvpx_source)/vp9/common/x86/vp9_sadmxn_x86.c',
138 ],
139 'conditions': [
140 ['os_posix==1 and OS!="mac"', {
141 'cflags': [ '-msse4.1', ],
142 }],
143 ['OS=="mac"', {
144 'xcode_settings': {
145 'OTHER_CFLAGS': [ '-msse4.1', ],
146 },
147 }],
148 ],
149 },
150 ], 126 ],
151 } 127 }
OLDNEW
« no previous file with comments | « libvpx_srcs_x86_64.gypi ('k') | libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698