Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417CodewordDecoder.cpp51 int32_t decodedValue = getDecodedCodewordValue(*array); in getDecodedValue() local
53 if (decodedValue != -1) { in getDecodedValue()
54 return decodedValue; in getDecodedValue()
80 int32_t decodedValue = getBitValue(moduleBitCount); in getDecodedCodewordValue() local
81 return CBC_PDF417Common::getCodeword(decodedValue) == -1 ? -1 : decodedValue; in getDecodedCodewordValue()
DBC_PDF417ScanningDecoder.cpp586 int32_t decodedValue = in detectCodeword() local
588 int32_t codeword = CBC_PDF417Common::getCodeword(decodedValue); in detectCodeword()
594 getCodewordBucketNumber(decodedValue), codeword); in detectCodeword()