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:
parent
ee1fcb0e69
commit
4bb99ee27e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user