Searched refs:fFractionDifference (Results 1 – 5 of 5) sorted by relevance
116 , fFractionDifference(0) in DiffRecord()138 float fFractionDifference; member187 if (lhs->fFractionDifference < rhs->fFractionDifference) { in comparePixels()190 if (rhs->fFractionDifference < lhs->fFractionDifference) { in comparePixels()
81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference * in print_pixel_count()116 sprintf(metricBuf, "%.4f%%", 100 * diff.fFractionDifference); in print_label_cell()124 if (diff.fFractionDifference < 0.01) { in print_label_cell()
342 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference); in tool_main()344 if (dr.fFractionDifference < 0.01) { in tool_main()345 printf(" %d pixels", static_cast<int>(dr.fFractionDifference * in tool_main()
221 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount; in compute_diff()
208 if (drp->fFractionDifference * 100 > fMaxMismatchPercent) { in add()209 fMaxMismatchPercent = drp->fFractionDifference * 100; in add()