chromium/third_party/qcms/src/tests/qcms_test_munsell.c

// Copyright 2015 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.h"
#include "qcms_test_util.h"

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

struct color_checker_chart {};

struct color_checker_chart adobe_munsell[24] =;

struct color_checker_chart srgb_munsell[24] =;

extern void qcms_transform_data_rgba_out_lut_precache(qcms_transform *transform,
        unsigned char *src,
        unsigned char *dest,
        size_t length,
        qcms_format_type output_format);

static qcms_bool invalid_rgb_color_profile(qcms_profile *profile)
{}

static int color_error(struct color_checker_chart cx, struct color_checker_chart cy)
{}

static qcms_profile* open_profile_from_path(const char *path)
{}

static int qcms_test_munsell(size_t width,
        size_t height,
        int iterations,
        const char *in_path,
        const char *out_path,
        const int force_software)
{}

struct qcms_test_case qcms_test_munsell_info =;