shithub: libvpx

Download patch

ref: 4bb99ee27e9edeec2fa81d8e91f126a189e342b5
parent: ee1fcb0e694747f1d6f9e7ffd095ed645d827e9d
author: Urvang Joshi <urvang@google.com>
date: Fri Jun 23 13:04:58 EDT 2017

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

Improvements were already mentioned in the previous patch:
https://chromium-review.googlesource.com/#/c/531675/

Change-Id: I4906ab1c61c25a815bdeb986016fad6dcb69eb71

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