Package | Description |
---|---|
com.google.zxing.common.reedsolomon |
Modifier and Type | Method and Description |
---|---|
void |
ReedSolomonDecoder.decode(int[] received,
int twoS)
Decodes given set of received codewords, which include both data and error-correction
codewords.
|
int |
ReedSolomonDecoder.decodeWithECCount(int[] received,
int twoS)
Decodes given set of received codewords, which include both data and error-correction
codewords.
|
private int[] |
ReedSolomonDecoder.findErrorLocations(GenericGFPoly errorLocator) |
private GenericGFPoly[] |
ReedSolomonDecoder.runEuclideanAlgorithm(GenericGFPoly a,
GenericGFPoly b,
int R) |