aboutsummaryrefslogtreecommitdiff
path: root/config/x86_64/vpx_config.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-03 00:39:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-03 00:39:06 +0000
commit1971777eaf660d3928205f8c1d868edd437a5204 (patch)
tree8f5c3f2c206d23653bb8ee4ade59d9b6d3447a21 /config/x86_64/vpx_config.h
parent29d510a547313f4bd6006e1c5f0c3634c775546a (diff)
parentc163e23d04e3d703a6bc19bffc3e1dbeb80442aa (diff)
downloadlibvpx-simpleperf-release.tar.gz
Merge "Snap for 11400057 from 25cb5c3e5c258d8c42c6ae76a6fa926d50cf5434 to simpleperf-release" into simpleperf-releasesimpleperf-release
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 */