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()
174 dr->fWeightedFraction = 0; in compute_diff()190 dr->fWeightedFraction += ((float) value) / 255; in compute_diff()220 dr->fWeightedFraction /= pixelCount; in compute_diff()
339 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in main()
120 sprintf(metricBuf, "%.4f%%", 100 * diff.fWeightedFraction); in print_label_cell()