HomeSort by relevance Sort by last modified time
    Searched refs:INTEGER_MATH_SHIFT (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDReader.cpp 30 const int32_t CBC_OneDReader::INTEGER_MATH_SHIFT = 8;
171 int32_t unitBarWidth = (total << INTEGER_MATH_SHIFT) / patternLength;
173 (maxIndividualVariance * unitBarWidth) >> INTEGER_MATH_SHIFT;
176 int32_t counter = (*counters)[x] << INTEGER_MATH_SHIFT;
BC_OneDReader.h 32 const static int32_t INTEGER_MATH_SHIFT;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Detector.h 28 static int32_t INTEGER_MATH_SHIFT;
BC_PDF417Detector.cpp 33 int32_t CBC_Detector::INTEGER_MATH_SHIFT = 8;
35 << INTEGER_MATH_SHIFT;
335 int32_t unitBarWidth = (total << INTEGER_MATH_SHIFT) / patternLength;
337 (maxIndividualVariance * unitBarWidth) >> INTEGER_MATH_SHIFT;
340 int32_t counter = counters[x] << INTEGER_MATH_SHIFT;
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRFinderPatternFinder.h 19 const static int32_t INTEGER_MATH_SHIFT;
BC_QRFinderPatternFinder.cpp 32 const int32_t CBC_QRFinderPatternFinder::INTEGER_MATH_SHIFT = 8;
221 int32_t moduleSize = (totalModuleSize << INTEGER_MATH_SHIFT) / 7;
223 return FXSYS_abs(moduleSize - (stateCount[0] << INTEGER_MATH_SHIFT)) <
225 FXSYS_abs(moduleSize - (stateCount[1] << INTEGER_MATH_SHIFT)) <
227 FXSYS_abs(3 * moduleSize - (stateCount[2] << INTEGER_MATH_SHIFT)) <
229 FXSYS_abs(moduleSize - (stateCount[3] << INTEGER_MATH_SHIFT)) <
231 FXSYS_abs(moduleSize - (stateCount[4] << INTEGER_MATH_SHIFT)) <
  /external/zxing/core/
core.jar 

Completed in 77 milliseconds