shithub: libvpx

Download patch

ref: 194c0a5cfb61a982be92bfbf99f31d835caa9d66
parent: aa1125655519965c2c5bd2f99966d23ff6180d8a
author: Ronald S. Bultje <[email protected]>
date: Wed Oct 21 11:20:22 EDT 2015

vp10: merge universal_hp experiment into misc_fixes.

Change-Id: I79fc3c0594535adc0056339c929cff69b8188760

--- a/configure
+++ b/configure
@@ -265,7 +265,6 @@
     fp_mb_stats
     emulate_hardware
     misc_fixes
-    universal_hp
     ext_ipred_bltr
 "
 CONFIG_LIST="
--- a/vp10/common/entropymv.c
+++ b/vp10/common/entropymv.c
@@ -128,7 +128,7 @@
 }
 
 int vp10_use_mv_hp(const MV *ref) {
-#if CONFIG_UNIVERSAL_HP
+#if CONFIG_MISC_FIXES
   (void) ref;
   return 1;
 #else