Home
last modified time | relevance | path

Searched refs:error_rate (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_frame.c314 double error_rate; in igt_check_checkerboard_frame_match() local
395 error_rate = (double) errors / pixels; in igt_check_checkerboard_frame_match()
397 if (error_rate < error_rate_threshold) in igt_check_checkerboard_frame_match()
401 match ? "matched" : "not matched", error_rate * 100); in igt_check_checkerboard_frame_match()