Macros | |
#define | JPEG_INTERNALS |
Functions | |
jpeg_abort (j_common_ptr cinfo) | |
jpeg_alloc_huff_table (j_common_ptr cinfo) | |
jpeg_alloc_quant_table (j_common_ptr cinfo) | |
jpeg_destroy (j_common_ptr cinfo) | |
#define JPEG_INTERNALS |
jpeg_abort | ( | j_common_ptr | cinfo | ) |
References CSTATE_START, DSTATE_START, JPOOL_NUMPOOLS, JPOOL_PERMANENT, and NULL.
Referenced by jpeg_abort_decompress(), jpeg_finish_decompress(), and jpeg_read_header().
jpeg_alloc_huff_table | ( | j_common_ptr | cinfo | ) |
References cinfo, FALSE, JPOOL_PERMANENT, JHUFF_TBL::sent_table, and SIZEOF.
Referenced by add_huff_table(), finish_pass_gather(), and while().
jpeg_alloc_quant_table | ( | j_common_ptr | cinfo | ) |
References cinfo, FALSE, JPOOL_PERMANENT, JQUANT_TBL::sent_table, and SIZEOF.
Referenced by jpeg_add_quant_table(), jpeg_copy_critical_parameters(), and while().
jpeg_destroy | ( | j_common_ptr | cinfo | ) |
References NULL.
Referenced by error_exit(), and jpeg_destroy_decompress().