aboutsummaryrefslogtreecommitdiff
path: root/config/x86_64/vpx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/x86_64/vpx_config.h')
-rw-r--r--config/x86_64/vpx_config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/x86_64/vpx_config.h b/config/x86_64/vpx_config.h
index c624a9f8e..f33cb37d3 100644
--- a/config/x86_64/vpx_config.h
+++ b/config/x86_64/vpx_config.h
@@ -11,13 +11,17 @@
#define RESTRICT
#define INLINE inline
#define VPX_ARCH_ARM 0
+#define VPX_ARCH_AARCH64 0
#define VPX_ARCH_MIPS 0
#define VPX_ARCH_X86 0
#define VPX_ARCH_X86_64 1
#define VPX_ARCH_PPC 0
#define VPX_ARCH_LOONGARCH 0
-#define HAVE_NEON 0
#define HAVE_NEON_ASM 0
+#define HAVE_NEON 0
+#define HAVE_NEON_DOTPROD 0
+#define HAVE_NEON_I8MM 0
+#define HAVE_SVE 0
#define HAVE_MIPS32 0
#define HAVE_DSPR2 0
#define HAVE_MSA 0
@@ -87,7 +91,6 @@
#define CONFIG_MULTI_RES_ENCODING 0
#define CONFIG_TEMPORAL_DENOISING 1
#define CONFIG_VP9_TEMPORAL_DENOISING 0
-#define CONFIG_CONSISTENT_RECODE 0
#define CONFIG_COEFFICIENT_RANGE_CHECKING 0
#define CONFIG_VP9_HIGHBITDEPTH 1
#define CONFIG_BETTER_HW_COMPATIBILITY 0
@@ -100,6 +103,7 @@
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
#define CONFIG_RATE_CTRL 0
+#define CONFIG_COLLECT_COMPONENT_TIMING 0
#define DECODE_WIDTH_LIMIT 4096
#define DECODE_HEIGHT_LIMIT 3072
#endif /* VPX_CONFIG_H */