Searched refs:FORMAT_INFO_DECODE_LOOKUP (Results 1 – 2 of 2) sorted by relevance
27 const int32_t CBC_QRCoderFormatInformation::FORMAT_INFO_DECODE_LOOKUP[32][2] = { member in CBC_QRCoderFormatInformation79 int32_t const* decodeInfo = &FORMAT_INFO_DECODE_LOOKUP[i][0]; in DoDecodeFormatInformation()
13 const static int32_t FORMAT_INFO_DECODE_LOOKUP[32][2]; variable