Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
Functions | |
jpeg_abort (j_common_ptr cinfo) | |
jpeg_destroy (j_common_ptr cinfo) | |
jpeg_alloc_quant_table (j_common_ptr cinfo) | |
jpeg_alloc_huff_table (j_common_ptr cinfo) | |
jpeg_abort | ( | j_common_ptr | cinfo | ) |
Definition at line 29 of file jcomapi.c.
References CSTATE_START, DSTATE_START, GLOBAL, JPOOL_NUMPOOLS, JPOOL_PERMANENT, and NULL.
Referenced by jpeg_abort_compress(), jpeg_abort_decompress(), jpeg_finish_compress(), jpeg_finish_decompress(), and jpeg_read_header().
jpeg_alloc_huff_table | ( | j_common_ptr | cinfo | ) |
Definition at line 98 of file jcomapi.c.
References FALSE, JPOOL_PERMANENT, JHUFF_TBL::sent_table, and SIZEOF.
Referenced by add_huff_table(), finish_pass_gather(), finish_pass_gather_phuff(), and get_dht().
jpeg_alloc_quant_table | ( | j_common_ptr | cinfo | ) |
Definition at line 86 of file jcomapi.c.
References FALSE, GLOBAL, JPOOL_PERMANENT, JQUANT_TBL::sent_table, and SIZEOF.
Referenced by get_dqt(), jpeg_add_quant_table(), and jpeg_copy_critical_parameters().
jpeg_destroy | ( | j_common_ptr | cinfo | ) |
Definition at line 69 of file jcomapi.c.
Referenced by error_exit(), jpeg_destroy_compress(), and jpeg_destroy_decompress().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.