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

Side by Side Diff: third_party/libvpx/source/config/ios/arm-neon/vpx_config.asm

Issue 2784343002: Roll src/third_party/libvpx/source/libvpx/ 2fac50fa0..32b3d2f17 (21 commits) (Closed)
Patch Set: Created 3 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
OLDNEW
1 @ This file was created from a .asm file 1 @ This file was created from a .asm file
2 @ using the ads2gas_apple.pl script. 2 @ using the ads2gas_apple.pl script.
3 3
4 .set WIDE_REFERENCE, 0 4 .set WIDE_REFERENCE, 0
5 .set ARCHITECTURE, 5 5 .set ARCHITECTURE, 5
6 .set DO1STROUNDING, 0 6 .set DO1STROUNDING, 0
7 .set ARCH_ARM , 1 7 .set ARCH_ARM , 1
8 .set ARCH_MIPS , 0 8 .set ARCH_MIPS , 0
9 .set ARCH_X86 , 0 9 .set ARCH_X86 , 0
10 .set ARCH_X86_64 , 0 10 .set ARCH_X86_64 , 0
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 .set CONFIG_TEMPORAL_DENOISING , 1 77 .set CONFIG_TEMPORAL_DENOISING , 1
78 .set CONFIG_VP9_TEMPORAL_DENOISING , 1 78 .set CONFIG_VP9_TEMPORAL_DENOISING , 1
79 .set CONFIG_COEFFICIENT_RANGE_CHECKING , 0 79 .set CONFIG_COEFFICIENT_RANGE_CHECKING , 0
80 .set CONFIG_VP9_HIGHBITDEPTH , 0 80 .set CONFIG_VP9_HIGHBITDEPTH , 0
81 .set CONFIG_BETTER_HW_COMPATIBILITY , 0 81 .set CONFIG_BETTER_HW_COMPATIBILITY , 0
82 .set CONFIG_EXPERIMENTAL , 0 82 .set CONFIG_EXPERIMENTAL , 0
83 .set CONFIG_SIZE_LIMIT , 1 83 .set CONFIG_SIZE_LIMIT , 1
84 .set CONFIG_SPATIAL_SVC , 0 84 .set CONFIG_SPATIAL_SVC , 0
85 .set CONFIG_FP_MB_STATS , 0 85 .set CONFIG_FP_MB_STATS , 0
86 .set CONFIG_EMULATE_HARDWARE , 0 86 .set CONFIG_EMULATE_HARDWARE , 0
87 .set CONFIG_MISC_FIXES , 0
88 .set DECODE_WIDTH_LIMIT , 16384 87 .set DECODE_WIDTH_LIMIT , 16384
89 .set DECODE_HEIGHT_LIMIT , 16384 88 .set DECODE_HEIGHT_LIMIT , 16384
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698