Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp248 int32_t CBC_QRCoderMatrixUtil::CalculateBCHCode(int32_t value, int32_t poly) { in CalculateBCHCode() function in CBC_QRCoderMatrixUtil
271 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()
291 int32_t bchCode = CalculateBCHCode(version, VERSION_INFO_POLY); in MakeVersionInfoBits()
DBC_QRCoderMatrixUtil.h40 static int32_t CalculateBCHCode(int32_t code, int32_t poly);