1 /* 2 * Copyright (c) 2024, Alliance for Open Media. All rights reserved. 3 * 4 * This source code is subject to the terms of the BSD 2 Clause License and 5 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License 6 * was not distributed with this source code in the LICENSE file, you can 7 * obtain it at www.aomedia.org/license/software. If the Alliance for Open 8 * Media Patent License 1.0 was not distributed with this source code in the 9 * PATENTS file, you can obtain it at www.aomedia.org/license/patent. 10 */ 11 #ifndef AOM_CONFIG_H_ 12 #define AOM_CONFIG_H_ 13 #define AOM_ARCH_AARCH64 1 14 #define AOM_ARCH_ARM 1 15 #define AOM_ARCH_PPC 0 16 #define AOM_ARCH_X86 0 17 #define AOM_ARCH_X86_64 0 18 #define CONFIG_ACCOUNTING 0 19 #define CONFIG_ANALYZER 0 20 #define CONFIG_AV1_DECODER 1 21 #define CONFIG_AV1_ENCODER 1 22 #define CONFIG_AV1_HIGHBITDEPTH 1 23 #define CONFIG_AV1_TEMPORAL_DENOISING 0 24 #define CONFIG_BIG_ENDIAN 0 25 #define CONFIG_BITRATE_ACCURACY 0 26 #define CONFIG_BITRATE_ACCURACY_BL 0 27 #define CONFIG_BITSTREAM_DEBUG 0 28 #define CONFIG_COEFFICIENT_RANGE_CHECKING 0 29 #define CONFIG_COLLECT_COMPONENT_TIMING 0 30 #define CONFIG_COLLECT_PARTITION_STATS 0 31 #define CONFIG_COLLECT_RD_STATS 0 32 #define CONFIG_CWG_C013 0 33 #define CONFIG_DEBUG 0 34 #define CONFIG_DENOISE 1 35 #define CONFIG_DISABLE_FULL_PIXEL_SPLIT_8X8 1 36 #define CONFIG_ENTROPY_STATS 0 37 #define CONFIG_EXCLUDE_SIMD_MISMATCH 0 38 #define CONFIG_FPMT_TEST 0 39 #define CONFIG_GCC 1 40 #define CONFIG_GCOV 0 41 #define CONFIG_GPROF 0 42 #define CONFIG_INSPECTION 0 43 #define CONFIG_INTERNAL_STATS 0 44 #define CONFIG_INTER_STATS_ONLY 0 45 #define CONFIG_LIBVMAF_PSNR_PEAK 1 46 #define CONFIG_LIBYUV 1 47 #define CONFIG_MAX_DECODE_PROFILE 0 48 #define CONFIG_MISMATCH_DEBUG 0 49 #define CONFIG_MULTITHREAD 1 50 #define CONFIG_NN_V2 0 51 #define CONFIG_NORMAL_TILE_MODE 1 52 #define CONFIG_OPTICAL_FLOW_API 0 53 #define CONFIG_OS_SUPPORT 1 54 #define CONFIG_OUTPUT_FRAME_SIZE 0 55 #define CONFIG_PARTITION_SEARCH_ORDER 0 56 #define CONFIG_PIC 1 57 #define CONFIG_QUANT_MATRIX 1 58 #define CONFIG_RATECTRL_LOG 0 59 #define CONFIG_RD_COMMAND 0 60 #define CONFIG_RD_DEBUG 0 61 #define CONFIG_REALTIME_ONLY 0 62 #define CONFIG_RT_ML_PARTITIONING 0 63 #define CONFIG_RUNTIME_CPU_DETECT 1 64 #define CONFIG_SALIENCY_MAP 0 65 #define CONFIG_SHARED 0 66 #define CONFIG_SIZE_LIMIT 1 67 #define CONFIG_SPEED_STATS 0 68 #define CONFIG_SVT_AV1 1 69 #define CONFIG_TFLITE 0 70 #define CONFIG_THREE_PASS 0 71 #define CONFIG_TUNE_BUTTERAUGLI 0 72 #define CONFIG_TUNE_VMAF 0 73 #define CONFIG_WEBM_IO 1 74 #define DECODE_HEIGHT_LIMIT 16384 75 #define DECODE_WIDTH_LIMIT 16384 76 #define FORCE_HIGHBITDEPTH_DECODING 0 77 #define HAVE_ARM_CRC32 1 78 #define HAVE_AVX 0 79 #define HAVE_AVX2 0 80 #define HAVE_FEXCEPT 1 81 #define HAVE_MMX 0 82 #define HAVE_NEON 1 83 #define HAVE_NEON_DOTPROD 1 84 #define HAVE_NEON_I8MM 1 85 #define HAVE_PTHREAD_H 1 86 #define HAVE_SSE 0 87 #define HAVE_SSE2 0 88 #define HAVE_SSE3 0 89 #define HAVE_SSE4_1 0 90 #define HAVE_SSE4_2 0 91 #define HAVE_SSSE3 0 92 #define HAVE_SVE 1 93 #define HAVE_SVE2 1 94 #define HAVE_UNISTD_H 1 95 #define HAVE_VSX 0 96 #define HAVE_WXWIDGETS 0 97 #define STATIC_LINK_JXL 0 98 #endif // AOM_CONFIG_H_ 99