while (j >= 0 && image[j+ centerI*qrcode.width])
            {
                stateCount[2]++;
                j--;
            }