#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
|
| | 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_convert2 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) |
| | grayscale_convert2 (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) |
◆ FIX
Value:
unsigned x[BMAX+1]
Definition inflate.c:1586
#define SCALEBITS
Definition jccolor.c:58
long INT32
Definition jmorecfg.h:161
◆ JPEG_INTERNALS
◆ ONE_HALF
◆ SCALEBITS
| #define SCALEBITS 16 /* speediest right-shift on some machines */ |
◆ my_cconvert_ptr2
◆ build_ycc_rgb_table()
◆ gray_rgb_convert()
◆ grayscale_convert2()
◆ jinit_color_deconverter()
◆ null_convert2()
◆ start_pass_dcolor()
◆ ycc_rgb_convert()
◆ ycck_cmyk_convert()