Go to the source code of this file.
Defines | |
| #define | BITS_IN_JSAMPLE 8 |
| #define | MAX_COMPONENTS 10 |
| #define | GETJSAMPLE(value) ((int) (value) & 0xFF) |
| #define | MAXJSAMPLE 255 |
| #define | CENTERJSAMPLE 128 |
| #define | GETJOCTET(value) ((value) & 0xFF) |
| #define | JPEG_MAX_DIMENSION 65500L |
| #define | METHODDEF(type) static type |
| #define | LOCAL(type) static type |
| #define | GLOBAL(type) type |
| #define | EXTERN(type) extern type |
| #define | JMETHOD(type, methodname, arglist) type (*methodname) () |
| #define | FAR |
| #define | FALSE 0 |
| #define | TRUE 1 |
Typedefs | |
| typedef char | JSAMPLE |
| typedef short | JCOEF |
| typedef char | JOCTET |
| typedef short | UINT8 |
| typedef unsigned int | UINT16 |
| typedef short | INT16 |
| typedef long | INT32 |
| typedef unsigned int | JDIMENSION |
| typedef unsigned char | boolean |
| #define BITS_IN_JSAMPLE 8 |
Definition at line 27 of file jmorecfg.h.
Referenced by initial_setup(), jpeg_set_defaults(), and validate_script().
| #define CENTERJSAMPLE 128 |
Definition at line 78 of file jmorecfg.h.
Referenced by build_ycc_rgb_table(), jpeg_fdct_10x10(), jpeg_fdct_10x5(), jpeg_fdct_11x11(), jpeg_fdct_12x12(), jpeg_fdct_12x6(), jpeg_fdct_13x13(), jpeg_fdct_14x14(), jpeg_fdct_14x7(), jpeg_fdct_15x15(), jpeg_fdct_16x16(), jpeg_fdct_16x8(), jpeg_fdct_1x1(), jpeg_fdct_1x2(), jpeg_fdct_2x1(), jpeg_fdct_2x2(), jpeg_fdct_2x4(), jpeg_fdct_3x3(), jpeg_fdct_3x6(), jpeg_fdct_4x2(), jpeg_fdct_4x4(), jpeg_fdct_4x8(), jpeg_fdct_5x10(), jpeg_fdct_5x5(), jpeg_fdct_6x12(), jpeg_fdct_6x3(), jpeg_fdct_6x6(), jpeg_fdct_7x14(), jpeg_fdct_7x7(), jpeg_fdct_8x16(), jpeg_fdct_8x4(), jpeg_fdct_9x9(), jpeg_fdct_float(), jpeg_fdct_ifast(), jpeg_fdct_islow(), jpeg_idct_float(), and prepare_range_limit_table().
Definition at line 200 of file jmorecfg.h.
| #define FALSE 0 |
Definition at line 242 of file jmorecfg.h.
| #define FAR |
Definition at line 226 of file jmorecfg.h.
Referenced by access_virt_barray(), access_virt_sarray(), compress_data(), compress_first_pass(), decompress_onepass(), deflateCopy(), deflateInit2_(), do_barray_io(), do_sarray_io(), free_pool(), gdk_event_translate(), gdk_win32_window_alloc(), get_crc_table(), get_interesting_appn(), inflate(), inflate_fast(), inflate_table(), inflateBack(), inflateBackInit_(), inflateCopy(), inflateEnd(), inflateGetHeader(), inflateInit2_(), inflatePrime(), inflateReset(), inflateSetDictionary(), inflateSync(), inflateSyncPoint(), jzero_far(), quantize_fs_dither(), quantize_ord_dither(), save_marker(), start_pass_1_quant(), start_pass_2_quant(), transencode_coef_controller(), and updatewindow().
Definition at line 123 of file jmorecfg.h.
Referenced by adjust_exif_parameters(), examine_app0(), examine_app14(), get_byte(), jcopy_markers_execute(), jpeg_fill_bit_buffer(), and jtransform_adjust_parameters().
Definition at line 72 of file jmorecfg.h.
Referenced by cmyk_ycck_convert(), color_quantize(), color_quantize3(), fill_inverse_cmap(), find_best_colors(), find_nearby_colors(), fullsize_smooth_downsample(), h2v1_downsample(), h2v1_merged_upsample(), h2v2_downsample(), h2v2_merged_upsample(), h2v2_smooth_downsample(), int_downsample(), jpeg_fdct_10x10(), jpeg_fdct_10x5(), jpeg_fdct_11x11(), jpeg_fdct_12x12(), jpeg_fdct_12x6(), jpeg_fdct_13x13(), jpeg_fdct_14x14(), jpeg_fdct_14x7(), jpeg_fdct_15x15(), jpeg_fdct_16x16(), jpeg_fdct_16x8(), jpeg_fdct_1x1(), jpeg_fdct_1x2(), jpeg_fdct_2x1(), jpeg_fdct_2x2(), jpeg_fdct_2x4(), jpeg_fdct_3x3(), jpeg_fdct_3x6(), jpeg_fdct_4x2(), jpeg_fdct_4x4(), jpeg_fdct_4x8(), jpeg_fdct_5x10(), jpeg_fdct_5x5(), jpeg_fdct_6x12(), jpeg_fdct_6x3(), jpeg_fdct_6x6(), jpeg_fdct_7x14(), jpeg_fdct_7x7(), jpeg_fdct_8x16(), jpeg_fdct_8x4(), jpeg_fdct_9x9(), jpeg_fdct_float(), jpeg_fdct_ifast(), jpeg_fdct_islow(), pass2_fs_dither(), pass2_no_dither(), prescan_quantize(), quantize3_ord_dither(), quantize_fs_dither(), quantize_ord_dither(), rgb_gray_convert(), rgb_ycc_convert(), ycc_rgb_convert(), and ycck_cmyk_convert().
Definition at line 198 of file jmorecfg.h.
| #define JPEG_MAX_DIMENSION 65500L |
Definition at line 196 of file jmorecfg.h.
| #define MAX_COMPONENTS 10 |
Definition at line 39 of file jmorecfg.h.
Referenced by initial_setup(), jpeg_set_colorspace(), jpeg_set_defaults(), and validate_script().
| #define MAXJSAMPLE 255 |
Definition at line 77 of file jmorecfg.h.
Referenced by build_ycc_rgb_table(), cmyk_ycck_convert(), create_colorindex(), init_error_limit(), jinit_1pass_quantizer(), largest_input_value(), make_odither_array(), output_value(), prepare_range_limit_table(), rgb_ycc_start(), select_colors(), and ycck_cmyk_convert().
Definition at line 194 of file jmorecfg.h.
| #define TRUE 1 |
Definition at line 245 of file jmorecfg.h.
| typedef unsigned char boolean |
Definition at line 239 of file jmorecfg.h.
Definition at line 159 of file jmorecfg.h.
Definition at line 168 of file jmorecfg.h.
Definition at line 103 of file jmorecfg.h.
| typedef unsigned int JDIMENSION |
Definition at line 181 of file jmorecfg.h.
| typedef char JOCTET |
Definition at line 119 of file jmorecfg.h.
| typedef char JSAMPLE |
Definition at line 68 of file jmorecfg.h.
| typedef unsigned int UINT16 |
Definition at line 153 of file jmorecfg.h.
Definition at line 144 of file jmorecfg.h.
1.5.1