Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp288 int32_t bet_min = std::min({base256_count, editfact_count, text_count}); in LookAheadTest() local
289 if (ascii_count < bet_min && ascii_count < c40_count && in LookAheadTest()
308 if (c40_count + 1 < ascii_count && c40_count + 1 < bet_min) { in LookAheadTest()