Searched defs:correctBits (Results 1 – 1 of 1) sorted by relevance
267 private final boolean[] correctBits; field in Decoder.CorrectedBitsResult271 CorrectedBitsResult(boolean[] correctBits, int errorsCorrected, int ecLevel) { in CorrectedBitsResult()284 private CorrectedBitsResult correctBits(boolean[] rawbits) throws FormatException { in correctBits() method in Decoder