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

Side by Side Diff: source/config/linux/arm/vpx_config.asm

Issue 1106303002: Restrict vp9 frame sizes to 16384x16384 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 8 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/linux/arm/vpx_config.h ('k') | source/config/linux/arm/vpx_config.c » ('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 , 1 4 .equ ARCH_ARM , 1
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 .equ CONFIG_WEBM_IO , 1 79 .equ CONFIG_WEBM_IO , 1
80 .equ CONFIG_LIBYUV , 1 80 .equ CONFIG_LIBYUV , 1
81 .equ CONFIG_DECODE_PERF_TESTS , 0 81 .equ CONFIG_DECODE_PERF_TESTS , 0
82 .equ CONFIG_ENCODE_PERF_TESTS , 0 82 .equ CONFIG_ENCODE_PERF_TESTS , 0
83 .equ CONFIG_MULTI_RES_ENCODING , 1 83 .equ CONFIG_MULTI_RES_ENCODING , 1
84 .equ CONFIG_TEMPORAL_DENOISING , 1 84 .equ CONFIG_TEMPORAL_DENOISING , 1
85 .equ CONFIG_VP9_TEMPORAL_DENOISING , 1 85 .equ CONFIG_VP9_TEMPORAL_DENOISING , 1
86 .equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0 86 .equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0
87 .equ CONFIG_VP9_HIGHBITDEPTH , 0 87 .equ CONFIG_VP9_HIGHBITDEPTH , 0
88 .equ CONFIG_EXPERIMENTAL , 0 88 .equ CONFIG_EXPERIMENTAL , 0
89 .equ CONFIG_SIZE_LIMIT , 0 89 .equ CONFIG_SIZE_LIMIT , 1
90 .equ CONFIG_SPATIAL_SVC , 0 90 .equ CONFIG_SPATIAL_SVC , 0
91 .equ CONFIG_FP_MB_STATS , 0 91 .equ CONFIG_FP_MB_STATS , 0
92 .equ CONFIG_EMULATE_HARDWARE , 0 92 .equ CONFIG_EMULATE_HARDWARE , 0
93 .equ DECODE_WIDTH_LIMIT , 16384
94 .equ DECODE_HEIGHT_LIMIT , 16384
93 .section .note.GNU-stack,"",%progbits 95 .section .note.GNU-stack,"",%progbits
OLDNEW
« no previous file with comments | « source/config/linux/arm/vpx_config.h ('k') | source/config/linux/arm/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698