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

Unified Diff: source/config/linux/arm-neon/vpx_config.asm

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/linux/arm-neon/vpx_config.h ('k') | source/config/linux/arm/vp9_rtcd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/linux/arm-neon/vpx_config.asm
===================================================================
--- source/config/linux/arm-neon/vpx_config.asm (revision 177019)
+++ source/config/linux/arm-neon/vpx_config.asm (working copy)
@@ -74,13 +74,15 @@
.equ CONFIG_TEMPORAL_DENOISING , 1
.equ CONFIG_EXPERIMENTAL , 0
.equ CONFIG_CSM , 0
-.equ CONFIG_COMP_INTRA_PRED , 0
-.equ CONFIG_SUPERBLOCKS , 0
-.equ CONFIG_PRED_FILTER , 0
.equ CONFIG_LOSSLESS , 0
-.equ CONFIG_SUBPELREFMV , 0
.equ CONFIG_NEW_MVREF , 0
.equ CONFIG_IMPLICIT_SEGMENTATION , 0
.equ CONFIG_NEWBINTRAMODES , 0
.equ CONFIG_COMP_INTERINTRA_PRED , 0
+.equ CONFIG_TX64X64 , 0
+.equ CONFIG_DWTDCTHYBRID , 0
+.equ CONFIG_CNVCONTEXT , 0
+.equ CONFIG_NEWCOEFCONTEXT , 0
+.equ CONFIG_ENABLE_6TAP , 0
+.equ CONFIG_ABOVESPREFMV , 0
.section .note.GNU-stack,"",%progbits
« no previous file with comments | « source/config/linux/arm-neon/vpx_config.h ('k') | source/config/linux/arm/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698