Home
last modified time | relevance | path

Searched refs:kMaxOptCount (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
Dcompare_test.cc336 static const int kMaxOptCount = 65536 - 32; // 65504 variable
338 static const int kMaxOptCount = (1 << (32 - 3)) - 64; // 536870848 variable
387 if (kMaxWidth <= kMaxOptCount) { in TEST_F()