shithub: libvpx

Download patch

ref: 806ae29d80249af00ff0d6fb38468b4454236b2c
parent: d6fc63ac31797a5f537bcf057047b8c7f33394bc
parent: 194c0a5cfb61a982be92bfbf99f31d835caa9d66
author: Ronald S. Bultje <rsbultje@gmail.com>
date: Thu Oct 22 17:14:13 EDT 2015

Merge "vp10: merge universal_hp experiment into misc_fixes."

--- 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