Searched refs:fWeightedFraction (Results 1 – 4 of 4) sorted by relevance
117 , fWeightedFraction(0) in DiffRecord()139 float fWeightedFraction; member200 if (lhs->fWeightedFraction < rhs->fWeightedFraction) { in comparePixels()203 if (lhs->fWeightedFraction > rhs->fWeightedFraction) { in comparePixels()
176 dr->fWeightedFraction = 0; in compute_diff()192 dr->fWeightedFraction += ((float) value) / 255; in compute_diff()222 dr->fWeightedFraction /= pixelCount; in compute_diff()
120 sprintf(metricBuf, "%.4f%%", 100 * diff.fWeightedFraction); in print_label_cell()
343 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in tool_main()