Searched refs:kMaxReportedIncorrectPixels (Results 1 – 3 of 3) sorted by relevance
317 constexpr const uint32_t kMaxReportedIncorrectPixels = 10; in CompareImages() local329 if (pixelDiffs.size() < kMaxReportedIncorrectPixels) { in CompareImages()
730 constexpr const uint32_t kMaxReportedIncorrectPixels = 5; in AreImagesSimilar() local738 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in AreImagesSimilar()
156 constexpr const uint32_t kMaxReportedIncorrectPixels = 10; in compareRGBAPixels() local164 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in compareRGBAPixels()