while (j < maxJ && image[j+ centerI*qrcode.width])
            {
                stateCount[2]++;
                j++;
            }