Searched refs:rawCodewords (Results 1 – 6 of 6) sorted by relevance
336 int rawCodewords = QrTemplate.getNumRawDataModules(version) / 8; in addEccAndInterleave() local337 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()338 int shortBlockDataLen = rawCodewords / numBlocks - blockEccLen; in addEccAndInterleave()342 byte[] result = new byte[rawCodewords]; in addEccAndInterleave()
436 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local437 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()438 int shortBlockLen = rawCodewords / numBlocks; in addEccAndInterleave()453 byte[] result = new byte[rawCodewords]; in addEccAndInterleave()
371 const rawCodewords: int = Math.floor(QrCode.getNumRawDataModules(ver) / 8); constant372 const numShortBlocks: int = numBlocks - rawCodewords % numBlocks; constant373 const shortBlockLen: int = Math.floor(rawCodewords / numBlocks);396 assert(result.length == rawCodewords);
505 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local506 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()507 int shortBlockLen = rawCodewords / numBlocks; in addEccAndInterleave()531 assert(result.size() == static_cast<unsigned int>(rawCodewords)); in addEccAndInterleave()
112 size_t rawCodewords = (size_t)getNumRawDataModules(version) / 8; in addEccAndInterleaveReference() local113 size_t numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleaveReference()114 size_t shortBlockLen = rawCodewords / numBlocks; in addEccAndInterleaveReference()139 uint8_t *result = malloc(rawCodewords * sizeof(uint8_t)); in addEccAndInterleaveReference()
299 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local301 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()302 int shortBlockDataLen = rawCodewords / numBlocks - blockEccLen; in addEccAndInterleave()