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

Side by Side Diff: source/config/linux/arm-neon/vpx_config.h

Issue 11974002: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « source/config/linux/arm-neon/vp9_rtcd.h ('k') | source/config/linux/arm-neon/vpx_config.asm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */ 1 /* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */
2 /* */ 2 /* */
3 /* Use of this source code is governed by a BSD-style license */ 3 /* Use of this source code is governed by a BSD-style license */
4 /* that can be found in the LICENSE file in the root of the source */ 4 /* that can be found in the LICENSE file in the root of the source */
5 /* tree. An additional intellectual property rights grant can be found */ 5 /* tree. An additional intellectual property rights grant can be found */
6 /* in the file PATENTS. All contributing project authors may */ 6 /* in the file PATENTS. All contributing project authors may */
7 /* be found in the AUTHORS file in the root of the source tree. */ 7 /* be found in the AUTHORS file in the root of the source tree. */
8 /* This file automatically generated by configure. Do not edit! */ 8 /* This file automatically generated by configure. Do not edit! */
9 #ifndef VPX_CONFIG_H 9 #ifndef VPX_CONFIG_H
10 #define VPX_CONFIG_H 10 #define VPX_CONFIG_H
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 #define CONFIG_SHARED 0 75 #define CONFIG_SHARED 0
76 #define CONFIG_STATIC 1 76 #define CONFIG_STATIC 1
77 #define CONFIG_SMALL 0 77 #define CONFIG_SMALL 0
78 #define CONFIG_POSTPROC_VISUALIZER 0 78 #define CONFIG_POSTPROC_VISUALIZER 0
79 #define CONFIG_OS_SUPPORT 1 79 #define CONFIG_OS_SUPPORT 1
80 #define CONFIG_UNIT_TESTS 0 80 #define CONFIG_UNIT_TESTS 0
81 #define CONFIG_MULTI_RES_ENCODING 1 81 #define CONFIG_MULTI_RES_ENCODING 1
82 #define CONFIG_TEMPORAL_DENOISING 1 82 #define CONFIG_TEMPORAL_DENOISING 1
83 #define CONFIG_EXPERIMENTAL 0 83 #define CONFIG_EXPERIMENTAL 0
84 #define CONFIG_CSM 0 84 #define CONFIG_CSM 0
85 #define CONFIG_COMP_INTRA_PRED 0
86 #define CONFIG_SUPERBLOCKS 0
87 #define CONFIG_PRED_FILTER 0
88 #define CONFIG_LOSSLESS 0 85 #define CONFIG_LOSSLESS 0
89 #define CONFIG_SUBPELREFMV 0
90 #define CONFIG_NEW_MVREF 0 86 #define CONFIG_NEW_MVREF 0
91 #define CONFIG_IMPLICIT_SEGMENTATION 0 87 #define CONFIG_IMPLICIT_SEGMENTATION 0
92 #define CONFIG_NEWBINTRAMODES 0 88 #define CONFIG_NEWBINTRAMODES 0
93 #define CONFIG_COMP_INTERINTRA_PRED 0 89 #define CONFIG_COMP_INTERINTRA_PRED 0
90 #define CONFIG_TX64X64 0
91 #define CONFIG_DWTDCTHYBRID 0
92 #define CONFIG_CNVCONTEXT 0
93 #define CONFIG_NEWCOEFCONTEXT 0
94 #define CONFIG_ENABLE_6TAP 0
95 #define CONFIG_ABOVESPREFMV 0
94 #endif /* VPX_CONFIG_H */ 96 #endif /* VPX_CONFIG_H */
OLDNEW
« no previous file with comments | « source/config/linux/arm-neon/vp9_rtcd.h ('k') | source/config/linux/arm-neon/vpx_config.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698