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
This commit is contained in:
Urvang Joshi 2017-06-23 17:04:58 -07:00
parent ee1fcb0e69
commit 4bb99ee27e

View File

@ -53,7 +53,7 @@ static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
{ 10, 6 }, { 8, 5 },
};
#define USE_GREEDY_OPTIMIZE_B 0
#define USE_GREEDY_OPTIMIZE_B 1
#if USE_GREEDY_OPTIMIZE_B