ReactOS 0.4.16-dev-297-gc569aee
|
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)) |
#define | R_Y_OFF 0 /* offset to R => Y section */ |
#define | G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ |
#define | B_Y_OFF (2*(MAXJSAMPLE+1)) /* etc. */ |
#define | TABLE_SIZE (3*(MAXJSAMPLE+1)) |
Typedefs | |
typedef my_color_deconverter * | my_cconvert_ptr |
Variables | |
Sorry | |
#define B_Y_OFF (2*(MAXJSAMPLE+1)) /* etc. */ |
#define TABLE_SIZE (3*(MAXJSAMPLE+1)) |
typedef my_color_deconverter* my_cconvert_ptr |
build_bg_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 153 of file jdcolor.c.
Referenced by jinit_color_deconverter().
build_rgb_y_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 249 of file jdcolor.c.
Referenced by jinit_color_deconverter().
build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 119 of file jdcolor.c.
Referenced by jinit_color_deconverter().
gray_rgb_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 477 of file jdcolor.c.
Referenced by jinit_color_deconverter().
grayscale_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 461 of file jdcolor.c.
Referenced by jinit_color_deconverter().
jinit_color_deconverter | ( | j_decompress_ptr | cinfo | ) |
Definition at line 568 of file jdcolor.c.
Referenced by master_selection().
null_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 427 of file jdcolor.c.
Referenced by jinit_color_deconverter().
rgb1_gray_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 351 of file jdcolor.c.
Referenced by jinit_color_deconverter().
rgb1_rgb_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 313 of file jdcolor.c.
Referenced by jinit_color_deconverter().
rgb_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 394 of file jdcolor.c.
Referenced by jinit_color_deconverter().
rgb_gray_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 272 of file jdcolor.c.
Referenced by jinit_color_deconverter().
start_pass_dcolor | ( | j_decompress_ptr | cinfo | ) |
Definition at line 557 of file jdcolor.c.
Referenced by jinit_color_deconverter().
ycc_rgb_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 199 of file jdcolor.c.
Referenced by jinit_color_deconverter().
ycck_cmyk_convert | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | input_row, | ||
JSAMPARRAY | output_buf, | ||
int | num_rows | ||
) |
Definition at line 507 of file jdcolor.c.
Referenced by jinit_color_deconverter().