Searched refs:MAX_ERRORS (Results 1 – 5 of 5) sorted by relevance
153 enum { MAX_ERRORS=50 }; enumerator231 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()237 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()254 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()260 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
298 const int MAX_ERRORS = 9; in comparePaths() local299 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()341 const int MAX_ERRORS = 8; in comparePaths() local344 if (errors2x2 < MAX_ERRORS) { in comparePaths()352 if (errors2x2 >= MAX_ERRORS) { in comparePaths()359 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
38 static int32_t MAX_ERRORS; variable
44 int32_t CBC_PDF417ScanningDecoder::MAX_ERRORS = 3; member in CBC_PDF417ScanningDecoder689 erasures.GetSize() > (numECCodewords / 2 + MAX_ERRORS)) || in correctErrors()
447 const int MAX_ERRORS = 9; in Op() local448 if (errors > MAX_ERRORS) { in Op()