Home
last modified time | relevance | path

Searched defs:bchCode (Results 1 – 2 of 2) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/
DMatrixUtil.java331 int bchCode = calculateBCHCode(typeInfo, TYPE_INFO_POLY); in makeTypeInfoBits() local
347 int bchCode = calculateBCHCode(version.getVersionNumber(), VERSION_INFO_POLY); in makeVersionInfoBits() local
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp158 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits() local
171 int32_t bchCode = CalculateBCHCode(version, VERSION_INFO_POLY); in MakeVersionInfoBits() local