Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c298 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave() local
307 int datLen = shortBlockDataLen + (i < numShortBlocks ? 0 : 1); in addEccAndInterleave()
312 k -= numShortBlocks; in addEccAndInterleave()