Fails on nightly ubsan, valgrind tests.
Enabled on commit:
6701014
Change-Id: Ied3f5cb38e39cba54ac134f4514107cdfdfce159
// Currently, the machine-learning based partition search early termination
// is only used while VPXMIN(cm->width, cm->height) >= 480 and speed = 0.
- if (VPXMIN(cm->width, cm->height) >= 480) {
- sf->ml_partition_search_early_termination = 1;
- }
+ // TODO(yunqingwang): Re-enable when test failures are fixed.
+ // if (VPXMIN(cm->width, cm->height) >= 480) {
+ // sf->ml_partition_search_early_termination = 1;
+ // }
if (speed >= 1) {
sf->ml_partition_search_early_termination = 0;