Go to the source code of this file.
Defines | |
#define | BITS_IN_JSAMPLE 8 |
#define | CENTERJSAMPLE 128 |
#define | EXTERN(type) extern type |
#define | FALSE 0 |
#define | FAR |
#define | GETJOCTET(value) ((value) & 0xFF) |
#define | GETJSAMPLE(value) ((int) (value) & 0xFF) |
#define | GLOBAL(type) type |
#define | JMETHOD(type, methodname, arglist) type (*methodname) () |
#define | JPEG_MAX_DIMENSION 65500L |
#define | LOCAL(type) static type |
#define | MAX_COMPONENTS 4 |
#define | MAXJSAMPLE 255 |
#define | METHODDEF(type) static type |
#define | TRUE 1 |
Typedefs | |
typedef int | boolean |
typedef short | INT16 |
typedef long | INT32 |
typedef short | JCOEF |
typedef unsigned int | JDIMENSION |
typedef char | JOCTET |
typedef char | JSAMPLE |
typedef unsigned int | UINT16 |
typedef short | UINT8 |
#define BITS_IN_JSAMPLE 8 |
Definition at line 23 of file jmorecfg.h.
Referenced by initial_setup(), jpeg_set_defaults(), METHODDEF(), and read_gif_map().
#define CENTERJSAMPLE 128 |
Definition at line 74 of file jmorecfg.h.
Referenced by build_ycc_rgb_table(), forward_DCT(), and prepare_range_limit_table().
#define EXTERN | ( | type | ) | extern type |
Definition at line 190 of file jmorecfg.h.
#define FALSE 0 |
Definition at line 230 of file jmorecfg.h.
Referenced by access_virt_barray(), access_virt_sarray(), add_huff_table(), compress_data(), compress_output(), consume_markers(), create_colorindex(), decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), decompress_data(), decompress_smooth_data(), default_decompress_parms(), do_flip_v(), do_rot_180(), do_rot_270(), do_rot_90(), do_transpose(), do_transverse(), dump_buffer(), emit_bits(), emit_restart(), encode_mcu_huff(), encode_one_block(), fill_input_buffer(), first_marker(), flush_bits(), format_message(), free_pool(), get_dht(), get_dqt(), get_dri(), get_interesting_appn(), get_sof(), get_soi(), get_sos(), jinit_c_coef_controller(), jinit_c_main_controller(), jinit_c_master_control(), jinit_color_deconverter(), jinit_compress_master(), jinit_d_post_controller(), jinit_downsampler(), jinit_input_controller(), jinit_master_decompress(), jinit_merged_upsampler(), jinit_upsampler(), jpeg_add_quant_table(), jpeg_alloc_huff_table(), jpeg_alloc_quant_table(), jpeg_copy_critical_parameters(), jpeg_CreateCompress(), jpeg_fill_bit_buffer(), jpeg_finish_decompress(), jpeg_finish_output(), jpeg_gen_optimal_table(), jpeg_new_colormap(), jpeg_resync_to_restart(), jpeg_set_colorspace(), jpeg_set_defaults(), jpeg_start_compress(), jtransform_request_workspace(), keymatch(), LOCAL(), main(), master_selection(), merged_2v_upsample(), METHODDEF(), next_marker(), open_ems_store(), open_file_store(), open_xms_store(), output_pass_setup(), parse_switches(), pass2_fs_dither(), pass_startup(), post_process_2pass(), prepare_for_output_pass(), prepare_for_pass(), process_data_context_main(), process_data_simple_main(), process_restart(), quantize_fs_dither(), read_markers(), read_quant_tables(), read_restart_marker(), read_text_integer(), realize_virt_arrays(), request_virt_barray(), request_virt_sarray(), reset_input_controller(), reset_marker_reader(), save_marker(), select_ncolors(), set_quant_slots(), set_sample_factors(), skip_variable(), smoothing_ok(), start_pass_1_quant(), start_pass_2_quant(), start_pass_huff_decoder(), start_pass_main(), start_pass_merged_upsample(), use_merged_upsample(), write_frame_header(), write_scan_header(), and write_tables_only().
#define FAR |
Definition at line 215 of file jmorecfg.h.
Referenced by access_virt_barray(), access_virt_sarray(), compress_data(), compress_first_pass(), decompress_onepass(), do_barray_io(), do_sarray_io(), free_pool(), get_interesting_appn(), jzero_far(), quantize_fs_dither(), quantize_ord_dither(), read_xms_store(), save_marker(), start_pass_1_quant(), start_pass_2_quant(), transencode_coef_controller(), and write_xms_store().
#define GETJOCTET | ( | value | ) | ((value) & 0xFF) |
Definition at line 119 of file jmorecfg.h.
Referenced by examine_app0(), examine_app14(), jcopy_markers_execute(), jpeg_fill_bit_buffer(), and jpeg_getc().
#define GETJSAMPLE | ( | value | ) | ((int) (value) & 0xFF) |
Definition at line 68 of file jmorecfg.h.
Referenced by add_map_entry(), cmyk_ycck_convert(), color_quantize(), color_quantize3(), fill_inverse_cmap(), find_best_colors(), find_nearby_colors(), forward_DCT(), fullsize_smooth_downsample(), h2v1_downsample(), h2v1_fancy_upsample(), h2v1_merged_upsample(), h2v2_downsample(), h2v2_fancy_upsample(), h2v2_merged_upsample(), h2v2_smooth_downsample(), int_downsample(), pass2_fs_dither(), pass2_no_dither(), prescan_quantize(), quantize3_ord_dither(), quantize_fs_dither(), quantize_ord_dither(), rgb_gray_convert(), rgb_ycc_convert(), ycc_rgb565_convert(), ycc_rgb_convert(), and ycck_cmyk_convert().
#define GLOBAL | ( | type | ) | type |
Definition at line 188 of file jmorecfg.h.
#define JMETHOD | ( | type, | |||
methodname, | |||||
arglist | ) | type (*methodname) () |
#define JPEG_MAX_DIMENSION 65500L |
#define LOCAL | ( | type | ) | static type |
Definition at line 186 of file jmorecfg.h.
#define MAX_COMPONENTS 4 |
Definition at line 35 of file jmorecfg.h.
Referenced by initial_setup(), jpeg_copy_critical_parameters(), jpeg_set_colorspace(), jpeg_set_defaults(), METHODDEF(), set_quant_slots(), and set_sample_factors().
#define MAXJSAMPLE 255 |
Definition at line 73 of file jmorecfg.h.
Referenced by add_map_entry(), 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(), read_color_map(), read_ppm_map(), rgb_ycc_start(), select_colors(), and ycck_cmyk_convert().
#define METHODDEF | ( | type | ) | static type |
Definition at line 184 of file jmorecfg.h.
#define TRUE 1 |
Definition at line 233 of file jmorecfg.h.
Referenced by access_virt_barray(), access_virt_sarray(), compress_data(), compress_first_pass(), compress_output(), consume_data(), consume_markers(), create_colorindex(), decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), decompress_smooth_data(), default_decompress_parms(), do_flip_h(), do_flip_v(), do_rot_180(), do_rot_270(), do_rot_90(), do_transpose(), do_transverse(), dump_buffer(), emit_bits(), emit_dht(), emit_dqt(), emit_restart(), empty_output_buffer(), encode_mcu_gather(), encode_mcu_huff(), encode_one_block(), examine_app0(), examine_app14(), fill_input_buffer(), finish_pass1(), finish_pass_gather(), first_marker(), flush_bits(), format_message(), get_dht(), get_dqt(), get_dri(), get_interesting_appn(), get_sof(), get_soi(), get_sos(), init_source(), initial_setup(), jinit_2pass_quantizer(), jinit_c_master_control(), jinit_d_coef_controller(), jinit_downsampler(), jinit_input_controller(), jinit_upsampler(), jpeg_CreateDecompress(), jpeg_fill_bit_buffer(), jpeg_finish_decompress(), jpeg_finish_output(), jpeg_lib_decode(), jpeg_resync_to_restart(), jpeg_set_colorspace(), jpeg_set_defaults(), keymatch(), LOCAL(), main(), master_selection(), merged_2v_upsample(), METHODDEF(), new_color_map_2_quant(), next_marker(), open_ems_store(), open_file_store(), open_xms_store(), output_pass_setup(), parse_switches(), pass2_fs_dither(), post_process_prepass(), prepare_for_output_pass(), prepare_for_pass(), print_text_marker(), process_data_context_main(), process_data_simple_main(), process_restart(), quantize_fs_dither(), read_JPEG_file(), read_markers(), read_quant_tables(), read_restart_marker(), read_text_integer(), realize_virt_arrays(), reset_input_controller(), save_marker(), select_ncolors(), set_quant_slots(), set_sample_factors(), skip_variable(), smoothing_ok(), start_pass_2_quant(), start_pass_huff_decoder(), transdecode_master_selection(), transencode_master_selection(), use_merged_upsample(), write_frame_header(), write_JPEG_file(), write_scan_header(), and write_tables_only().
typedef int boolean |
Definition at line 227 of file jmorecfg.h.
typedef short INT16 |
Definition at line 155 of file jmorecfg.h.
typedef long INT32 |
Definition at line 161 of file jmorecfg.h.
typedef short JCOEF |
Definition at line 99 of file jmorecfg.h.
typedef unsigned int JDIMENSION |
Definition at line 171 of file jmorecfg.h.
typedef char JOCTET |
Definition at line 115 of file jmorecfg.h.
typedef char JSAMPLE |
Definition at line 64 of file jmorecfg.h.
typedef unsigned int UINT16 |
Definition at line 149 of file jmorecfg.h.
typedef short UINT8 |
Definition at line 140 of file jmorecfg.h.