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

Side by Side Diff: libvpx_srcs_x86_64_intrinsics.gypi

Issue 1154153005: Rename variance files (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 6 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) 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_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_full)', 12 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
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/vp8_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)/vpx_dsp/x86/variance_mmx.c', 19 '<(libvpx_source)/vpx_dsp/x86/variance_mmx.c',
20 ], 20 ],
21 'cflags': [ '-mmmx', ], 21 'cflags': [ '-mmmx', ],
22 'xcode_settings': { 'OTHER_CFLAGS': [ '-mmmx' ] }, 22 'xcode_settings': { 'OTHER_CFLAGS': [ '-mmmx' ] },
23 }, 23 },
24 { 24 {
25 'target_name': 'libvpx_intrinsics_sse2', 25 'target_name': 'libvpx_intrinsics_sse2',
26 'type': 'static_library', 26 'type': 'static_library',
27 'include_dirs': [ 27 'include_dirs': [
28 'source/config/<(OS_CATEGORY)/<(target_arch_full)', 28 'source/config/<(OS_CATEGORY)/<(target_arch_full)',
29 '<(libvpx_source)', 29 '<(libvpx_source)',
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', 32 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
33 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', 33 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c',
34 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', 34 '<(libvpx_source)/vp8/common/x86/vp8_variance_sse2.c',
35 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 35 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
36 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', 36 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
37 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 37 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
38 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', 38 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
39 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', 39 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c',
40 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', 40 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c',
41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c',
42 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', 42 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c',
43 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', 43 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c',
44 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', 44 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'VCCLCompilerTool': { 119 'VCCLCompilerTool': {
120 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 120 'EnableEnhancedInstructionSet': '5', # /arch:AVX2
121 }, 121 },
122 }, 122 },
123 # TODO(pcc): Remove this once we properly support subtarget specific 123 # TODO(pcc): Remove this once we properly support subtarget specific
124 # code generation in LLVM (http://llvm.org/PR19416). 124 # code generation in LLVM (http://llvm.org/PR19416).
125 'cflags!': [ '-flto', '-fsanitize=cfi-vptr', ], 125 'cflags!': [ '-flto', '-fsanitize=cfi-vptr', ],
126 }, 126 },
127 ], 127 ],
128 } 128 }
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