1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-04 10:47:22 +00:00

CHANNEL: use nested loops (CHNCHK) and pre-calculated values for performance

This commit is contained in:
gitlost
2020-06-10 18:41:36 +01:00
parent 5875305cef
commit 3690c19749
8 changed files with 611 additions and 101 deletions

View File

@@ -54,6 +54,7 @@ SOURCES += qrencode/bitstream.c \
HEADERS += ../backend/aztec.h \
../backend/bmp.h \
../backend/channel_precalcs.h \
../backend/code128.h \
../backend/code49.h \
../backend/common.h \