// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "qcms_test_util.h" #include <stdio.h> #include <stdlib.h> #include <time.h> static qcms_bool invalid_rgb_color_profile(qcms_profile *profile) { … } static int qcms_test_ntsc_gamut(size_t width, size_t height, int iterations, const char *input_path, const char *referece_path, const int force_software) { … } struct qcms_test_case qcms_test_ntsc_gamut_info = …;