#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
|
| cmyk_ycck_convert (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) |
|
| grayscale_convert (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) |
|
| jinit_color_converter (j_compress_ptr cinfo) |
|
| null_convert (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) |
|
| null_method (j_compress_ptr cinfo) |
|
| rgb_gray_convert (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) |
|
| rgb_ycc_convert (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) |
|
| rgb_ycc_start (j_compress_ptr cinfo) |
|
◆ B_CB_OFF
◆ B_CR_OFF
◆ B_Y_OFF
◆ CBCR_OFFSET
◆ FIX
#define FIX |
( |
|
x | ) |
((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) |
◆ G_CB_OFF
◆ G_CR_OFF
◆ G_Y_OFF
#define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ |
◆ JPEG_INTERNALS
◆ ONE_HALF
◆ R_CB_OFF
◆ R_CR_OFF
#define R_CR_OFF B_CB_OFF /* B=>Cb, R=>Cr are the same */ |
◆ R_Y_OFF
#define R_Y_OFF 0 /* offset to R => Y section */ |
◆ SCALEBITS
#define SCALEBITS 16 /* speediest right-shift on some machines */ |
◆ TABLE_SIZE
◆ my_cconvert_ptr
◆ cmyk_ycck_convert()
◆ grayscale_convert()
◆ jinit_color_converter()
◆ null_convert()
◆ null_method()
◆ rgb_gray_convert()
◆ rgb_ycc_convert()
◆ rgb_ycc_start()