Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp287 int32_t base256_count = intCharCounts[EncoderIndex(Encoding::BASE256)]; in LookAheadTest() local
288 int32_t bet_min = std::min({base256_count, editfact_count, text_count}); in LookAheadTest()
293 if (base256_count < ascii_count || in LookAheadTest()