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

Side by Side Diff: third_party/libvpx/source/config/linux/ia32/vpx_config.asm

Issue 2221193003: Roll src/third_party/libvpx/source/libvpx/ 82070ae93..2d1e63d0c (48 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 %define ARCH_ARM 0 1 %define ARCH_ARM 0
2 %define ARCH_MIPS 0 2 %define ARCH_MIPS 0
3 %define ARCH_X86 1 3 %define ARCH_X86 1
4 %define ARCH_X86_64 0 4 %define ARCH_X86_64 0
5 %define HAVE_EDSP 0
6 %define HAVE_MEDIA 0
7 %define HAVE_NEON 0 5 %define HAVE_NEON 0
8 %define HAVE_NEON_ASM 0 6 %define HAVE_NEON_ASM 0
9 %define HAVE_MIPS32 0 7 %define HAVE_MIPS32 0
10 %define HAVE_DSPR2 0 8 %define HAVE_DSPR2 0
11 %define HAVE_MSA 0 9 %define HAVE_MSA 0
12 %define HAVE_MIPS64 0 10 %define HAVE_MIPS64 0
13 %define HAVE_MMX 1 11 %define HAVE_MMX 1
14 %define HAVE_SSE 1 12 %define HAVE_SSE 1
15 %define HAVE_SSE2 1 13 %define HAVE_SSE2 1
16 %define HAVE_SSE3 1 14 %define HAVE_SSE3 1
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 %define CONFIG_VP9_HIGHBITDEPTH 0 72 %define CONFIG_VP9_HIGHBITDEPTH 0
75 %define CONFIG_BETTER_HW_COMPATIBILITY 0 73 %define CONFIG_BETTER_HW_COMPATIBILITY 0
76 %define CONFIG_EXPERIMENTAL 0 74 %define CONFIG_EXPERIMENTAL 0
77 %define CONFIG_SIZE_LIMIT 1 75 %define CONFIG_SIZE_LIMIT 1
78 %define CONFIG_SPATIAL_SVC 0 76 %define CONFIG_SPATIAL_SVC 0
79 %define CONFIG_FP_MB_STATS 0 77 %define CONFIG_FP_MB_STATS 0
80 %define CONFIG_EMULATE_HARDWARE 0 78 %define CONFIG_EMULATE_HARDWARE 0
81 %define CONFIG_MISC_FIXES 0 79 %define CONFIG_MISC_FIXES 0
82 %define DECODE_WIDTH_LIMIT 16384 80 %define DECODE_WIDTH_LIMIT 16384
83 %define DECODE_HEIGHT_LIMIT 16384 81 %define DECODE_HEIGHT_LIMIT 16384
OLDNEW
« no previous file with comments | « third_party/libvpx/source/config/linux/ia32/vpx_config.h ('k') | third_party/libvpx/source/config/linux/mips64el/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698