summaryrefslogtreecommitdiffstats
path: root/third_party/libvpx_new
diff options
context:
space:
mode:
authormarpan <marpan@chromium.org>2015-10-20 14:05:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-20 21:05:58 +0000
commitb7a82163cfe1a2b6e654224f6fba1197d8b14f10 (patch)
tree2c3a23f731bc9b6ee7745fccf0512eb787937b6b /third_party/libvpx_new
parentb1c0f06834379001c1d0a49942fd8b30ef8fd0b0 (diff)
downloadchromium_src-b7a82163cfe1a2b6e654224f6fba1197d8b14f10.zip
chromium_src-b7a82163cfe1a2b6e654224f6fba1197d8b14f10.tar.gz
chromium_src-b7a82163cfe1a2b6e654224f6fba1197d8b14f10.tar.bz2
Roll src/third_party/libvpx_new/source/libvpx/ 66bf68697..b44c5cf63 (27 commits).
https://chromium.googlesource.com/webm/libvpx.git/+log/66bf68697591..b44c5cf639d1 $ git log 66bf68697..b44c5cf63 --date=short --no-merges --format='%ad %ae %s' 2015-09-29 marpan Adjustment on limiting cyclic refresh on steady blocks. 2015-10-15 yaowu Restore partial changes from previous commit 2015-10-14 huisu Fix palette mode in multi-thread encoding setting 2015-10-14 jackychen VP9_resizing: adjust the threshold and another improvement. 2015-10-15 marpan Fix resetting of cyclic refresh on dynamic resize change. 2015-10-12 marpan VP9: Rate control update for re-encode screen-content. 2015-10-14 yaowu fix a msvc compiler warning 2015-10-14 yaowu Fix two asan failures 2015-10-14 johannkoenig Check for bswap* builtins before using 2015-10-13 johannkoenig Upstream Mozilla fix for older Apple clang builds 2015-09-23 paulwilkins Changes to partition breakout rules. 2015-10-12 rsbultje vp10: fix compiler warning with --enable-universal_hp. 2015-10-13 huisu Fix compiler warnings 2015-10-12 marpan VP9-SVC: Bugfix to allow skipping lower layer(s) encoding. 2015-10-01 rsbultje vp10: allow forward updates for uv_mode probabilities. 2015-10-01 rsbultje vp10: allow bw adaptivity for skip/tx probabilities in keyframes. 2015-10-12 rsbultje vp10: don't write tile size marker bit if CONFIG_MISC_FIXES=0. 2015-10-02 rsbultje vp10: remove ref-MV-dependent use of HP. 2015-10-02 rsbultje vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs(). 2015-10-12 rsbultje vp10: update assertion/allocation for tokens. (...) R=tomfinegan@chromium.org BUG= Review URL: https://codereview.chromium.org/1412213005 Cr-Commit-Position: refs/heads/master@{#355149}
Diffstat (limited to 'third_party/libvpx_new')
-rw-r--r--third_party/libvpx_new/README.chromium4
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/mac/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/mac/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/mac/x64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/nacl/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/nacl/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/vpx_version.h6
-rw-r--r--third_party/libvpx_new/source/config/win/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/win/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/win/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/win/x64/vpx_config.h1
28 files changed, 31 insertions, 5 deletions
diff --git a/third_party/libvpx_new/README.chromium b/third_party/libvpx_new/README.chromium
index 0638319..2632cdf 100644
--- a/third_party/libvpx_new/README.chromium
+++ b/third_party/libvpx_new/README.chromium
@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
-Date: Thursday October 08 2015
+Date: Friday October 16 2015
Branch: master
-Commit: 66bf68697591047c46543ecdb72da61e1d3dd62a
+Commit: b44c5cf639d179eb5016a226fba06a16216f72a0
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
index 0bea45a..9623675 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
index b55e8f9..ab3e1c0 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
index 74b8242d..8b22374 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
index 5df5b08..439366f 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
index fd5a86f..431f819 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
index f564c9d..708204e 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
index 9d0f876..d7ef80a 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
index e1d0a8e..8ca180c 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
index 5cc055b..edf4085 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
index 0dd6635..8cb07bd 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
index cbb39f3..efed0c2 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
index 20ce55f..f43e1ba 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
index dcef6e2..63e80c2 100644
--- a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
index 33573ab..d98a962 100644
--- a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
index adec456..5a2dd24 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
index 16c9aa5..10b7d23 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
index cbb39f3..efed0c2 100644
--- a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
index 20ce55f..f43e1ba 100644
--- a/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/mac/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm b/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
index adec456..5a2dd24 100644
--- a/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/mac/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/mac/x64/vpx_config.h b/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
index 16c9aa5..10b7d23 100644
--- a/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/mac/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/nacl/vpx_config.asm b/third_party/libvpx_new/source/config/nacl/vpx_config.asm
index 5cc055b..edf4085 100644
--- a/third_party/libvpx_new/source/config/nacl/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/nacl/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/nacl/vpx_config.h b/third_party/libvpx_new/source/config/nacl/vpx_config.h
index 0dd6635..8cb07bd 100644
--- a/third_party/libvpx_new/source/config/nacl/vpx_config.h
+++ b/third_party/libvpx_new/source/config/nacl/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/vpx_version.h b/third_party/libvpx_new/source/config/vpx_version.h
index e404b69..424d884 100644
--- a/third_party/libvpx_new/source/config/vpx_version.h
+++ b/third_party/libvpx_new/source/config/vpx_version.h
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 4
#define VERSION_PATCH 0
-#define VERSION_EXTRA "1499-g66bf686"
+#define VERSION_EXTRA "1537-gb44c5cf"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.4.0-1499-g66bf686"
-#define VERSION_STRING " v1.4.0-1499-g66bf686"
+#define VERSION_STRING_NOSP "v1.4.0-1537-gb44c5cf"
+#define VERSION_STRING " v1.4.0-1537-gb44c5cf"
diff --git a/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
index d3726bf..3c6b453 100644
--- a/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/win/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/win/ia32/vpx_config.h b/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
index ca97e638..9c27866 100644
--- a/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/win/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/win/x64/vpx_config.asm b/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
index eaa9fe7..60b9e7b 100644
--- a/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/win/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/win/x64/vpx_config.h b/third_party/libvpx_new/source/config/win/x64/vpx_config.h
index 2c51a1b..3ab7ce4 100644
--- a/third_party/libvpx_new/source/config/win/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/win/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */