summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libjpeg-turbo/src/wrapper/jcprepct-8.c
blob: 3616d9c8848cf4df11457e3196829a6d4a6559e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * jcprepct-8.c
 *
 * Copyright (C) 2025, D. R. Commander.
 * For conditions of distribution and use, see the accompanying README.ijg
 * file.
 *
 * This file is a wrapper for compiling jcprepct.c to support 2 to 8 bits of
 * data precision.  jcprepct.c should not be compiled directly.
 */

#define BITS_IN_JSAMPLE  8

#include "../jcprepct.c"