Searched refs:CalculateBCHCode (Results 1 – 2 of 2) sorted by relevance
248 int32_t CBC_QRCoderMatrixUtil::CalculateBCHCode(int32_t value, int32_t poly) { in CalculateBCHCode() function in CBC_QRCoderMatrixUtil271 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()291 int32_t bchCode = CalculateBCHCode(version, VERSION_INFO_POLY); in MakeVersionInfoBits()
40 static int32_t CalculateBCHCode(int32_t code, int32_t poly);