Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp136 std::vector<float> charCounts; in lookAheadTest() local
138 charCounts.push_back(0); in lookAheadTest()
139 charCounts.push_back(1); in lookAheadTest()
140 charCounts.push_back(1); in lookAheadTest()
141 charCounts.push_back(1); in lookAheadTest()
142 charCounts.push_back(1); in lookAheadTest()
143 charCounts.push_back(1.25f); in lookAheadTest()
145 charCounts.push_back(1); in lookAheadTest()
146 charCounts.push_back(2); in lookAheadTest()
147 charCounts.push_back(2); in lookAheadTest()
[all …]
DBC_HighLevelEncoder.h51 static int32_t findMinimums(std::vector<float>& charCounts,