aboutsummaryrefslogtreecommitdiff
path: root/config/arm64/vpx_config.asm
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2024-01-22 21:37:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-22 21:37:00 +0000
commitb469e8f789e4d59075c477caaa87154e53e992b4 (patch)
tree7f7370f69833b55ad06e2247f03f4b4c59393823 /config/arm64/vpx_config.asm
parent19c147b0cd203a31ff997509e87d343c92e26412 (diff)
parentfbd2ac50e2d177e59fb35418144f6bc3676fb62c (diff)
downloadlibvpx-b469e8f789e4d59075c477caaa87154e53e992b4.tar.gz
Merge "Merge commit '602e2e8979d111b02c959470da5322797dd96a19' into aosp/main" into main
Diffstat (limited to 'config/arm64/vpx_config.asm')
-rw-r--r--config/arm64/vpx_config.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/arm64/vpx_config.asm b/config/arm64/vpx_config.asm
index c4b840b89..f23e27fe7 100644
--- a/config/arm64/vpx_config.asm
+++ b/config/arm64/vpx_config.asm
@@ -2,13 +2,17 @@
@ using the ads2gas.pl script.
.syntax unified
.equ VPX_ARCH_ARM , 1
+.equ VPX_ARCH_AARCH64 , 1
.equ VPX_ARCH_MIPS , 0
.equ VPX_ARCH_X86 , 0
.equ VPX_ARCH_X86_64 , 0
.equ VPX_ARCH_PPC , 0
.equ VPX_ARCH_LOONGARCH , 0
-.equ HAVE_NEON , 1
.equ HAVE_NEON_ASM , 0
+.equ HAVE_NEON , 1
+.equ HAVE_NEON_DOTPROD , 0
+.equ HAVE_NEON_I8MM , 0
+.equ HAVE_SVE , 0
.equ HAVE_MIPS32 , 0
.equ HAVE_DSPR2 , 0
.equ HAVE_MSA , 0
@@ -78,7 +82,6 @@
.equ CONFIG_MULTI_RES_ENCODING , 0
.equ CONFIG_TEMPORAL_DENOISING , 1
.equ CONFIG_VP9_TEMPORAL_DENOISING , 0
-.equ CONFIG_CONSISTENT_RECODE , 0
.equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0
.equ CONFIG_VP9_HIGHBITDEPTH , 1
.equ CONFIG_BETTER_HW_COMPATIBILITY , 0
@@ -91,4 +94,5 @@
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_NON_GREEDY_MV , 0
.equ CONFIG_RATE_CTRL , 0
+.equ CONFIG_COLLECT_COMPONENT_TIMING , 0
.section .note.GNU-stack,"",%progbits