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 | |
| build_ycc_rgb_table (j_decompress_ptr cinfo) | |
| ycc_rgb_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) | |
| null_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) | |
| grayscale_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) | |
| gray_rgb_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) | |
| ycck_cmyk_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) | |
| start_pass_dcolor (j_decompress_ptr) | |
| jinit_color_deconverter (j_decompress_ptr cinfo) | |
Definition at line 60 of file jdcolor.cpp.
| #define JPEG_INTERNALS |
Definition at line 10 of file jdcolor.cpp.
Definition at line 59 of file jdcolor.cpp.
| #define SCALEBITS 16 /* speediest right-shift on some machines */ |
Definition at line 58 of file jdcolor.cpp.
| typedef my_color_deconverter* my_cconvert_ptr |
Definition at line 27 of file jdcolor.cpp.
| build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 67 of file jdcolor.cpp.
References CENTERJSAMPLE, FIX, JPOOL_IMAGE, MAXJSAMPLE, ONE_HALF, RIGHT_SHIFT, SCALEBITS, SHIFT_TEMPS, and SIZEOF.
| gray_rgb_convert | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | input_row, | ||
| JSAMPARRAY | output_buf, | ||
| int | num_rows | ||
| ) |
Definition at line 213 of file jdcolor.cpp.
References inptr, outptr, and output_buf.
| grayscale_convert | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | input_row, | ||
| JSAMPARRAY | output_buf, | ||
| int | num_rows | ||
| ) |
Definition at line 197 of file jdcolor.cpp.
References jcopy_sample_rows(), and output_buf.

| jinit_color_deconverter | ( | j_decompress_ptr | cinfo | ) |
Definition at line 299 of file jdcolor.cpp.
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 163 of file jdcolor.cpp.
References inptr, outptr, and output_buf.
| start_pass_dcolor | ( | j_decompress_ptr | ) |
Definition at line 293 of file jdcolor.cpp.
| ycc_rgb_convert | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | input_row, | ||
| JSAMPARRAY | output_buf, | ||
| int | num_rows | ||
| ) |
Definition at line 113 of file jdcolor.cpp.
References GETJSAMPLE, outptr, output_buf, range_limit, RIGHT_SHIFT, SCALEBITS, and SHIFT_TEMPS.
| ycck_cmyk_convert | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | input_row, | ||
| JSAMPARRAY | output_buf, | ||
| int | num_rows | ||
| ) |
Definition at line 242 of file jdcolor.cpp.
References GETJSAMPLE, MAXJSAMPLE, outptr, output_buf, range_limit, RIGHT_SHIFT, SCALEBITS, and SHIFT_TEMPS.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |