Macros | |
#define | JPEG_INTERNALS |
#define JPEG_INTERNALS |
default_decompress_parms | ( | j_decompress_ptr | cinfo | ) |
References FALSE, JCS_CMYK, JCS_GRAYSCALE, JCS_RGB, JCS_UNKNOWN, JCS_YCbCr, JCS_YCCK, JDCT_DEFAULT, JDITHER_FS, NULL, TRACEMS3, TRUE, and WARNMS1.
Referenced by jpeg_consume_input().
jpeg_abort_decompress | ( | j_decompress_ptr | cinfo | ) |
References jpeg_abort().
jpeg_consume_input | ( | j_decompress_ptr | cinfo | ) |
References default_decompress_parms(), DSTATE_BUFIMAGE, DSTATE_BUFPOST, DSTATE_INHEADER, DSTATE_PRELOAD, DSTATE_PRESCAN, DSTATE_RAW_OK, DSTATE_READY, DSTATE_SCANNING, DSTATE_START, DSTATE_STOPPING, ERREXIT1, JPEG_REACHED_SOS, and JPEG_SUSPENDED.
Referenced by jpeg_read_header().
jpeg_CreateDecompress | ( | j_decompress_ptr | cinfo, |
int | version, | ||
size_t | structsize | ||
) |
References DSTATE_START, ERREXIT2, for(), i, jinit_input_controller(), jinit_marker_reader(), jinit_memory_mgr(), JPEG_LIB_VERSION, MEMZERO, NULL, NUM_HUFF_TBLS, NUM_QUANT_TBLS, SIZEOF, and TRUE.
jpeg_destroy_decompress | ( | j_decompress_ptr | cinfo | ) |
References jpeg_destroy().
jpeg_finish_decompress | ( | j_decompress_ptr | cinfo | ) |
References DSTATE_BUFIMAGE, DSTATE_RAW_OK, DSTATE_SCANNING, DSTATE_STOPPING, ERREXIT, ERREXIT1, FALSE, jpeg_abort(), JPEG_SUSPENDED, and TRUE.
jpeg_has_multiple_scans | ( | j_decompress_ptr | cinfo | ) |
References DSTATE_READY, DSTATE_STOPPING, and ERREXIT1.
jpeg_input_complete | ( | j_decompress_ptr | cinfo | ) |
References DSTATE_START, DSTATE_STOPPING, and ERREXIT1.
jpeg_read_header | ( | j_decompress_ptr | cinfo, |
boolean | require_image | ||
) |