Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/
DBC_GlobalHistogramBinarizer.cpp138 int32_t secondPeak = 0; in EstimateBlackPoint() local
144 secondPeak = x; in EstimateBlackPoint()
148 if (firstPeak > secondPeak) { in EstimateBlackPoint()
150 firstPeak = secondPeak; in EstimateBlackPoint()
151 secondPeak = temp; in EstimateBlackPoint()
153 if (secondPeak - firstPeak <= numBuckets >> 4) { in EstimateBlackPoint()
157 int32_t bestValley = secondPeak - 1; in EstimateBlackPoint()
159 for (x = secondPeak - 1; x > firstPeak; x--) { in EstimateBlackPoint()
161 int32_t score = fromFirst * fromFirst * (secondPeak - x) * in EstimateBlackPoint()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...