BitMatrixParser.java (zxing-zxing-3.4.1) | : | BitMatrixParser.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
package com.google.zxing.maxicode.decoder; | package com.google.zxing.maxicode.decoder; | |||
import com.google.zxing.common.BitMatrix; | import com.google.zxing.common.BitMatrix; | |||
/** | /** | |||
* @author mike32767 | * @author mike32767 | |||
* @author Manuel Kasten | * @author Manuel Kasten | |||
*/ | */ | |||
final class BitMatrixParser { | final class BitMatrixParser { | |||
@SuppressWarnings("checkstyle:lineLength") | ||||
private static final int[][] BITNR = { | private static final int[][] BITNR = { | |||
{121,120,127,126,133,132,139,138,145,144,151,150,157,156,163,162,169,168,175 ,174,181,180,187,186,193,192,199,198, -2, -2}, | {121,120,127,126,133,132,139,138,145,144,151,150,157,156,163,162,169,168,175 ,174,181,180,187,186,193,192,199,198, -2, -2}, | |||
{123,122,129,128,135,134,141,140,147,146,153,152,159,158,165,164,171,170,177 ,176,183,182,189,188,195,194,201,200,816, -3}, | {123,122,129,128,135,134,141,140,147,146,153,152,159,158,165,164,171,170,177 ,176,183,182,189,188,195,194,201,200,816, -3}, | |||
{125,124,131,130,137,136,143,142,149,148,155,154,161,160,167,166,173,172,179 ,178,185,184,191,190,197,196,203,202,818,817}, | {125,124,131,130,137,136,143,142,149,148,155,154,161,160,167,166,173,172,179 ,178,185,184,191,190,197,196,203,202,818,817}, | |||
{283,282,277,276,271,270,265,264,259,258,253,252,247,246,241,240,235,234,229 ,228,223,222,217,216,211,210,205,204,819, -3}, | {283,282,277,276,271,270,265,264,259,258,253,252,247,246,241,240,235,234,229 ,228,223,222,217,216,211,210,205,204,819, -3}, | |||
{285,284,279,278,273,272,267,266,261,260,255,254,249,248,243,242,237,236,231 ,230,225,224,219,218,213,212,207,206,821,820}, | {285,284,279,278,273,272,267,266,261,260,255,254,249,248,243,242,237,236,231 ,230,225,224,219,218,213,212,207,206,821,820}, | |||
{287,286,281,280,275,274,269,268,263,262,257,256,251,250,245,244,239,238,233 ,232,227,226,221,220,215,214,209,208,822, -3}, | {287,286,281,280,275,274,269,268,263,262,257,256,251,250,245,244,239,238,233 ,232,227,226,221,220,215,214,209,208,822, -3}, | |||
{289,288,295,294,301,300,307,306,313,312,319,318,325,324,331,330,337,336,343 ,342,349,348,355,354,361,360,367,366,824,823}, | {289,288,295,294,301,300,307,306,313,312,319,318,325,324,331,330,337,336,343 ,342,349,348,355,354,361,360,367,366,824,823}, | |||
{291,290,297,296,303,302,309,308,315,314,321,320,327,326,333,332,339,338,345 ,344,351,350,357,356,363,362,369,368,825, -3}, | {291,290,297,296,303,302,309,308,315,314,321,320,327,326,333,332,339,338,345 ,344,351,350,357,356,363,362,369,368,825, -3}, | |||
{293,292,299,298,305,304,311,310,317,316,323,322,329,328,335,334,341,340,347 ,346,353,352,359,358,365,364,371,370,827,826}, | {293,292,299,298,305,304,311,310,317,316,323,322,329,328,335,334,341,340,347 ,346,353,352,359,358,365,364,371,370,827,826}, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |