Home
last modified time | relevance | path

Searched refs:rawCodewords (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/common_components/qrcode/
Dqrcodegen.c299 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local
301 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()
302 int shortBlockDataLen = rawCodewords / numBlocks - blockEccLen; in addEccAndInterleave()