Searched refs:decodedValue (Results 1 – 2 of 2) sorted by relevance
51 int32_t decodedValue = getDecodedCodewordValue(*array); in getDecodedValue() local53 if (decodedValue != -1) { in getDecodedValue()54 return decodedValue; in getDecodedValue()80 int32_t decodedValue = getBitValue(moduleBitCount); in getDecodedCodewordValue() local81 return CBC_PDF417Common::getCodeword(decodedValue) == -1 ? -1 : decodedValue; in getDecodedCodewordValue()
586 int32_t decodedValue = in detectCodeword() local588 int32_t codeword = CBC_PDF417Common::getCodeword(decodedValue); in detectCodeword()594 getCodewordBucketNumber(decodedValue), codeword); in detectCodeword()