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

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

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 @ This file was created from a .asm file 1 @ This file was created from a .asm file
2 @ using the ads2gas.pl script. 2 @ using the ads2gas.pl script.
3 .equ DO1STROUNDING, 0 3 .equ DO1STROUNDING, 0
4 .equ ARCH_ARM , 0 4 .equ ARCH_ARM , 0
5 .equ ARCH_MIPS , 0 5 .equ ARCH_MIPS , 0
6 .equ ARCH_X86 , 0 6 .equ ARCH_X86 , 0
7 .equ ARCH_X86_64 , 0 7 .equ ARCH_X86_64 , 0
8 .equ HAVE_EDSP , 0 8 .equ HAVE_EDSP , 0
9 .equ HAVE_MEDIA , 0 9 .equ HAVE_MEDIA , 0
10 .equ HAVE_NEON , 0 10 .equ HAVE_NEON , 0
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 .equ CONFIG_BETTER_HW_COMPATIBILITY , 0 82 .equ CONFIG_BETTER_HW_COMPATIBILITY , 0
83 .equ CONFIG_EXPERIMENTAL , 0 83 .equ CONFIG_EXPERIMENTAL , 0
84 .equ CONFIG_SIZE_LIMIT , 1 84 .equ CONFIG_SIZE_LIMIT , 1
85 .equ CONFIG_SPATIAL_SVC , 0 85 .equ CONFIG_SPATIAL_SVC , 0
86 .equ CONFIG_FP_MB_STATS , 0 86 .equ CONFIG_FP_MB_STATS , 0
87 .equ CONFIG_EMULATE_HARDWARE , 0 87 .equ CONFIG_EMULATE_HARDWARE , 0
88 .equ CONFIG_MISC_FIXES , 0 88 .equ CONFIG_MISC_FIXES , 0
89 .equ DECODE_WIDTH_LIMIT , 16384 89 .equ DECODE_WIDTH_LIMIT , 16384
90 .equ DECODE_HEIGHT_LIMIT , 16384 90 .equ DECODE_HEIGHT_LIMIT , 16384
91 .section .note.GNU-stack,"",%progbits 91 .section .note.GNU-stack,"",%progbits
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698