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

Side by Side Diff: libvpx_srcs_x86_intrinsics.gypi

Issue 864883002: Enable the vp9 temporal denoiser (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 11 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_intrinsics.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vp9_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) 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',
(...skipping 22 matching lines...) Expand all
33 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', 33 '<(libvpx_source)/vp8/common/x86/variance_sse2.c',
34 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 34 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
35 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', 35 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c',
36 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 36 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
37 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', 37 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
38 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', 38 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c',
39 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', 39 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c',
40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', 40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c',
41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_impl_sse2.c', 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_impl_sse2.c',
42 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', 42 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c',
43 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c',
43 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', 44 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c',
44 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', 45 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c',
45 ], 46 ],
46 'cflags': [ '-msse2', ], 47 'cflags': [ '-msse2', ],
47 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, 48 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] },
48 }, 49 },
49 { 50 {
50 'target_name': 'libvpx_intrinsics_ssse3', 51 'target_name': 'libvpx_intrinsics_ssse3',
51 'type': 'static_library', 52 'type': 'static_library',
52 'include_dirs': [ 53 'include_dirs': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe 90 # cl.exe's /arch flag doesn't have a setting for SSSE3/4, and cl.exe
90 # doesn't need it for intrinsics. clang-cl does need it, though. 91 # doesn't need it for intrinsics. clang-cl does need it, though.
91 'msvs_settings': { 92 'msvs_settings': {
92 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] }, 93 'VCCLCompilerTool': { 'AdditionalOptions': [ '-msse4.1' ] },
93 }, 94 },
94 }], 95 }],
95 ], 96 ],
96 }, 97 },
97 ], 98 ],
98 } 99 }
OLDNEW
« no previous file with comments | « libvpx_srcs_x86_64_intrinsics.gypi ('k') | source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698