summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/config/win
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/config/win')
-rw-r--r--chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm2
-rw-r--r--chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h1
-rw-r--r--chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm1
-rw-r--r--chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h1
-rw-r--r--chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm1
-rw-r--r--chromium/third_party/libvpx/source/config/win/x64/vpx_config.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
index f0976ca75d3..02c1c51ad59 100644
--- a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
@@ -3,7 +3,6 @@
.set WIDE_REFERENCE, 0
.set ARCHITECTURE, 5
- .set DO1STROUNDING, 0
.syntax unified
.set ARCH_ARM , 1
.set ARCH_MIPS , 0
@@ -89,6 +88,5 @@
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
-.set CONFIG_ML_VAR_PARTITION , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
diff --git a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
index 0f793cb6dba..e05718cce25 100644
--- a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
index 054b531a305..6c3ef6ca310 100644
--- a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
@@ -82,6 +82,5 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
-%define CONFIG_ML_VAR_PARTITION 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
index 2444863db9f..2d967a0de60 100644
--- a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
index f992b5147dd..d104fd3fcd9 100644
--- a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
@@ -82,6 +82,5 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
-%define CONFIG_ML_VAR_PARTITION 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
index 093f2546478..8a07c942ebc 100644
--- a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */