|
ReactOS 0.4.16-dev-2613-g9533ad7
|

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 |
Variables | |
| Sorry | |
| typedef my_color_deconverter* my_cconvert_ptr |
| build_bg_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 143 of file jdcolor.c.
Referenced by jinit_color_deconverter().
| build_rgb_y_table | ( | j_decompress_ptr | cinfo | ) |
| build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 109 of file jdcolor.c.
Referenced by jinit_color_deconverter().
| cmyk_yk_convert | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | input_row, | ||
| JSAMPARRAY | output_buf, | ||
| int | num_rows | ||
| ) |
Definition at line 555 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 474 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 458 of file jdcolor.c.
Referenced by jinit_color_deconverter().
| jinit_color_deconverter | ( | j_decompress_ptr | cinfo | ) |
Definition at line 605 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 419 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 342 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 304 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 386 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 264 of file jdcolor.c.
Referenced by jinit_color_deconverter().
| start_pass_dcolor | ( | j_decompress_ptr | cinfo | ) |
Definition at line 594 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 189 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 504 of file jdcolor.c.
Referenced by jinit_color_deconverter().