doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | my_color_deconverter |
Macros | |
#define | JPEG_INTERNALS |
#define | SCALEBITS 16 /* speediest right-shift on some machines */ |
#define | ONE_HALF ((INT32) 1 << (SCALEBITS-1)) |
#define | FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) |
Typedefs | |
typedef my_color_deconverter * | my_cconvert_ptr |
Functions | |
LOCAL void | build_ycc_rgb_table (j_decompress_ptr cinfo) |
METHODDEF void | ycc_rgb_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) |
METHODDEF void | null_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) |
METHODDEF void | grayscale_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) |
METHODDEF void | ycck_cmyk_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) |
METHODDEF void | start_pass_dcolor (j_decompress_ptr cinfo) |
GLOBAL void | jinit_color_deconverter (j_decompress_ptr cinfo) |
#define SCALEBITS 16 /* speediest right-shift on some machines */ |
typedef my_color_deconverter* my_cconvert_ptr |
LOCAL void build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
METHODDEF void grayscale_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
GLOBAL void jinit_color_deconverter | ( | j_decompress_ptr | cinfo | ) |
METHODDEF void null_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
METHODDEF void start_pass_dcolor | ( | j_decompress_ptr | cinfo | ) |
METHODDEF void ycc_rgb_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
METHODDEF void ycck_cmyk_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |