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 \

View file

@ -18,6 +18,7 @@ DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS ZINT_VERSION=\\\"$$
}
HEADERS += ../backend/aztec.h \
../backend/channel_precalcs.h \
../backend/code1.h \
../backend/code49.h \
../backend/common.h \