#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#include "jsimd.h"
my_color_converter;
my_cconvert_ptr;
#define SCALEBITS …
#define CBCR_OFFSET …
#define ONE_HALF …
#define FIX(x) …
#define R_Y_OFF …
#define G_Y_OFF …
#define B_Y_OFF …
#define R_CB_OFF …
#define G_CB_OFF …
#define B_CB_OFF …
#define R_CR_OFF …
#define G_CR_OFF …
#define B_CR_OFF …
#define TABLE_SIZE …
#if BITS_IN_JSAMPLE == 12
#define RANGE_LIMIT …
#else
#define RANGE_LIMIT(value) …
#endif
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
#define RGB_RED …
#define RGB_GREEN …
#define RGB_BLUE …
#define RGB_PIXELSIZE …
#define rgb_ycc_convert_internal …
#define rgb_gray_convert_internal …
#define rgb_rgb_convert_internal …
#include "jccolext.c"
#undef RGB_RED
#undef RGB_GREEN
#undef RGB_BLUE
#undef RGB_PIXELSIZE
#undef rgb_ycc_convert_internal
#undef rgb_gray_convert_internal
#undef rgb_rgb_convert_internal
METHODDEF(void)
rgb_ycc_start(j_compress_ptr cinfo)
{ … }
METHODDEF(void)
rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf,
JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf,
JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf,
JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf,
JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf,
JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JDIMENSION output_row, int num_rows)
{ … }
METHODDEF(void)
null_method(j_compress_ptr cinfo)
{ … }
GLOBAL(void)
jinit_color_converter(j_compress_ptr cinfo)
{ … }