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

Side by Side Diff: source/config/nacl/vpx_config.asm

Issue 958693004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « source/config/nacl/vpx_config.h ('k') | source/config/win/ia32/vp9_rtcd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ARCH_PPC32 , 0 8 .equ ARCH_PPC32 , 0
9 .equ ARCH_PPC64 , 0 9 .equ ARCH_PPC64 , 0
10 .equ HAVE_EDSP , 0 10 .equ HAVE_EDSP , 0
(...skipping 11 matching lines...) Expand all
22 .equ HAVE_SSE4_1 , 0 22 .equ HAVE_SSE4_1 , 0
23 .equ HAVE_AVX , 0 23 .equ HAVE_AVX , 0
24 .equ HAVE_AVX2 , 0 24 .equ HAVE_AVX2 , 0
25 .equ HAVE_ALTIVEC , 0 25 .equ HAVE_ALTIVEC , 0
26 .equ HAVE_VPX_PORTS , 1 26 .equ HAVE_VPX_PORTS , 1
27 .equ HAVE_STDINT_H , 1 27 .equ HAVE_STDINT_H , 1
28 .equ HAVE_ALT_TREE_LAYOUT , 0 28 .equ HAVE_ALT_TREE_LAYOUT , 0
29 .equ HAVE_PTHREAD_H , 1 29 .equ HAVE_PTHREAD_H , 1
30 .equ HAVE_SYS_MMAN_H , 1 30 .equ HAVE_SYS_MMAN_H , 1
31 .equ HAVE_UNISTD_H , 1 31 .equ HAVE_UNISTD_H , 1
32 .equ CONFIG_DEPENDENCY_TRACKING , 1
32 .equ CONFIG_EXTERNAL_BUILD , 1 33 .equ CONFIG_EXTERNAL_BUILD , 1
33 .equ CONFIG_INSTALL_DOCS , 0 34 .equ CONFIG_INSTALL_DOCS , 0
34 .equ CONFIG_INSTALL_BINS , 1 35 .equ CONFIG_INSTALL_BINS , 1
35 .equ CONFIG_INSTALL_LIBS , 1 36 .equ CONFIG_INSTALL_LIBS , 1
36 .equ CONFIG_INSTALL_SRCS , 0 37 .equ CONFIG_INSTALL_SRCS , 0
37 .equ CONFIG_USE_X86INC , 1 38 .equ CONFIG_USE_X86INC , 0
38 .equ CONFIG_DEBUG , 0 39 .equ CONFIG_DEBUG , 0
39 .equ CONFIG_GPROF , 0 40 .equ CONFIG_GPROF , 0
40 .equ CONFIG_GCOV , 0 41 .equ CONFIG_GCOV , 0
41 .equ CONFIG_RVCT , 0 42 .equ CONFIG_RVCT , 0
42 .equ CONFIG_GCC , 1 43 .equ CONFIG_GCC , 1
43 .equ CONFIG_MSVS , 0 44 .equ CONFIG_MSVS , 0
44 .equ CONFIG_PIC , 1 45 .equ CONFIG_PIC , 1
45 .equ CONFIG_BIG_ENDIAN , 0 46 .equ CONFIG_BIG_ENDIAN , 0
46 .equ CONFIG_CODEC_SRCS , 0 47 .equ CONFIG_CODEC_SRCS , 0
47 .equ CONFIG_DEBUG_LIBS , 0 48 .equ CONFIG_DEBUG_LIBS , 0
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 .equ CONFIG_TEMPORAL_DENOISING , 1 84 .equ CONFIG_TEMPORAL_DENOISING , 1
84 .equ CONFIG_VP9_TEMPORAL_DENOISING , 1 85 .equ CONFIG_VP9_TEMPORAL_DENOISING , 1
85 .equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0 86 .equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0
86 .equ CONFIG_VP9_HIGHBITDEPTH , 0 87 .equ CONFIG_VP9_HIGHBITDEPTH , 0
87 .equ CONFIG_EXPERIMENTAL , 0 88 .equ CONFIG_EXPERIMENTAL , 0
88 .equ CONFIG_SIZE_LIMIT , 0 89 .equ CONFIG_SIZE_LIMIT , 0
89 .equ CONFIG_SPATIAL_SVC , 0 90 .equ CONFIG_SPATIAL_SVC , 0
90 .equ CONFIG_FP_MB_STATS , 0 91 .equ CONFIG_FP_MB_STATS , 0
91 .equ CONFIG_EMULATE_HARDWARE , 0 92 .equ CONFIG_EMULATE_HARDWARE , 0
92 .section .note.GNU-stack,"",%progbits 93 .section .note.GNU-stack,"",%progbits
OLDNEW
« no previous file with comments | « source/config/nacl/vpx_config.h ('k') | source/config/win/ia32/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698