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

Unified Diff: source/config/mac/ia32/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/config/mac/ia32/vp9_rtcd.h ('k') | source/config/mac/ia32/vpx_config.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/mac/ia32/vpx_config.h
===================================================================
--- source/config/mac/ia32/vpx_config.h (revision 177019)
+++ source/config/mac/ia32/vpx_config.h (working copy)
@@ -82,13 +82,15 @@
#define CONFIG_TEMPORAL_DENOISING 1
#define CONFIG_EXPERIMENTAL 0
#define CONFIG_CSM 0
-#define CONFIG_COMP_INTRA_PRED 0
-#define CONFIG_SUPERBLOCKS 0
-#define CONFIG_PRED_FILTER 0
#define CONFIG_LOSSLESS 0
-#define CONFIG_SUBPELREFMV 0
#define CONFIG_NEW_MVREF 0
#define CONFIG_IMPLICIT_SEGMENTATION 0
#define CONFIG_NEWBINTRAMODES 0
#define CONFIG_COMP_INTERINTRA_PRED 0
+#define CONFIG_TX64X64 0
+#define CONFIG_DWTDCTHYBRID 0
+#define CONFIG_CNVCONTEXT 0
+#define CONFIG_NEWCOEFCONTEXT 0
+#define CONFIG_ENABLE_6TAP 0
+#define CONFIG_ABOVESPREFMV 0
#endif /* VPX_CONFIG_H */
« no previous file with comments | « source/config/mac/ia32/vp9_rtcd.h ('k') | source/config/mac/ia32/vpx_config.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698