jinclude.h File Reference

#include "jconfig.h"
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Defines

#define JCONFIG_INCLUDED
#define MEMZERO(target, size)   memset((void *)(target), 0, (size_t)(size))
#define MEMCOPY(dest, src, size)   memcpy((void *)(dest), (const void *)(src), (size_t)(size))
#define SIZEOF(object)   ((size_t) sizeof(object))
#define JFREAD(file, buf, sizeofbuf)   ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
#define JFWRITE(file, buf, sizeofbuf)   ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))


Define Documentation

#define JCONFIG_INCLUDED

Definition at line 21 of file jinclude.h.

#define JFREAD ( file,
buf,
sizeofbuf   )     ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))

Definition at line 88 of file jinclude.h.

Referenced by fill_input_buffer().

#define JFWRITE ( file,
buf,
sizeofbuf   )     ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))

Definition at line 90 of file jinclude.h.

Referenced by empty_output_buffer(), and term_destination().

#define MEMCOPY ( dest,
src,
size   )     memcpy((void *)(dest), (const void *)(src), (size_t)(size))

Definition at line 68 of file jinclude.h.

Referenced by add_huff_table(), create_context_buffer(), empty_mem_output_buffer(), get_dht(), jpeg_copy_critical_parameters(), jpeg_gen_optimal_table(), latch_quant_tables(), and prepare_range_limit_table().

#define MEMZERO ( target,
size   )     memset((void *)(target), 0, (size_t)(size))

Definition at line 67 of file jinclude.h.

Referenced by emit_restart(), finish_pass_gather(), finish_pass_gather_phuff(), jinit_inverse_dct(), jpeg_CreateCompress(), jpeg_CreateDecompress(), jpeg_fdct_10x5(), jpeg_fdct_12x6(), jpeg_fdct_14x7(), 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_8x4(), jpeg_gen_optimal_table(), jpeg_make_c_derived_tbl(), METHODDEF(), prepare_range_limit_table(), process_restart(), start_pass(), and start_pass_huff().

#define SIZEOF ( object   )     ((size_t) sizeof(object))

Definition at line 80 of file jinclude.h.

Referenced by access_virt_barray(), access_virt_sarray(), add_huff_table(), alloc_barray(), alloc_fs_workspace(), alloc_large(), alloc_sarray(), alloc_small(), build_ycc_rgb_table(), compress_data(), compress_first_pass(), create_context_buffer(), decompress_onepass(), do_barray_io(), do_sarray_io(), finish_pass_gather(), finish_pass_gather_phuff(), free_pool(), get_dht(), get_sof(), init_destination(), init_error_limit(), jcopy_block_row(), jcopy_sample_rows(), jinit_1pass_quantizer(), jinit_2pass_quantizer(), jinit_arith_decoder(), jinit_arith_encoder(), jinit_c_coef_controller(), jinit_c_main_controller(), jinit_c_master_control(), jinit_c_prep_controller(), jinit_color_converter(), jinit_color_deconverter(), jinit_d_coef_controller(), jinit_d_main_controller(), jinit_d_post_controller(), jinit_downsampler(), jinit_forward_dct(), jinit_huff_decoder(), jinit_huff_encoder(), jinit_input_controller(), jinit_inverse_dct(), jinit_marker_reader(), jinit_marker_writer(), jinit_master_decompress(), jinit_memory_mgr(), jinit_merged_upsampler(), jinit_phuff_encoder(), jinit_upsampler(), jpeg_alloc_huff_table(), jpeg_alloc_quant_table(), jpeg_copy_critical_parameters(), jpeg_CreateCompress(), jpeg_CreateDecompress(), jpeg_fdct_10x5(), jpeg_fdct_12x6(), jpeg_fdct_14x7(), 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_8x4(), jpeg_gen_optimal_table(), jpeg_make_c_derived_tbl(), jpeg_make_d_derived_tbl(), jpeg_mem_dest(), jpeg_mem_src(), jpeg_save_markers(), jpeg_set_defaults(), jpeg_simple_progression(), jpeg_stdio_dest(), jpeg_stdio_src(), jtransform_request_workspace(), latch_quant_tables(), make_odither_array(), METHODDEF(), prepare_range_limit_table(), quantize_fs_dither(), quantize_ord_dither(), realize_virt_arrays(), request_virt_barray(), request_virt_sarray(), rgb_ycc_start(), save_marker(), select_colors(), self_destruct(), smoothing_ok(), start_pass_1_quant(), start_pass_2_quant(), start_pass_fdctmgr(), start_pass_huff(), and transencode_coef_controller().


Generated on Tue Jul 5 15:57:56 2011 for ROOT_528-00b_version by  doxygen 1.5.1