shithub: libvpx

Download patch

ref: 30eeb4dc32161dedd487674771eaa0bc89e57459
parent: 6ff5de68ddae842a92459ac0ee39fc141f92bdf9
parent: 4bb99ee27e9edeec2fa81d8e91f126a189e342b5
author: Urvang Joshi <urvang@chromium.org>
date: Fri Jun 23 20:58:24 EDT 2017

Merge "Enable greedy version of optimize_b() in VP9 by default."

--- a/vp9/encoder/vp9_encodemb.c
+++ b/vp9/encoder/vp9_encodemb.c
@@ -53,7 +53,7 @@
   { 10, 6 }, { 8, 5 },
 };
 
-#define USE_GREEDY_OPTIMIZE_B 0
+#define USE_GREEDY_OPTIMIZE_B 1
 
 #if USE_GREEDY_OPTIMIZE_B