Home
last modified time | relevance | path

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

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