Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
Functions | |
jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize) | |
jpeg_destroy_compress (j_compress_ptr cinfo) | |
jpeg_abort_compress (j_compress_ptr cinfo) | |
jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) | |
jpeg_finish_compress (j_compress_ptr cinfo) | |
jpeg_write_marker (j_compress_ptr cinfo, int marker, const JOCTET *dataptr, unsigned int datalen) | |
jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen) | |
jpeg_write_m_byte (j_compress_ptr cinfo, int val) | |
jpeg_write_tables (j_compress_ptr cinfo) | |
#define JPEG_INTERNALS |
Definition at line 10 of file jcapimin.cpp.
jpeg_abort_compress | ( | j_compress_ptr | cinfo | ) |
Definition at line 91 of file jcapimin.cpp.
References jpeg_abort().
jpeg_CreateCompress | ( | j_compress_ptr | cinfo, |
int | version, | ||
size_t | structsize | ||
) |
Definition at line 21 of file jcapimin.cpp.
References CSTATE_START, ERREXIT2, FALSE, jpeg_error_mgr::i, jinit_memory_mgr(), JPEG_LIB_VERSION, MEMZERO, NUM_HUFF_TBLS, NUM_QUANT_TBLS, SIZEOF, structsize, and version.
jpeg_destroy_compress | ( | j_compress_ptr | cinfo | ) |
Definition at line 79 of file jcapimin.cpp.
References jpeg_destroy().
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().
jpeg_finish_compress | ( | j_compress_ptr | cinfo | ) |
Definition at line 138 of file jcapimin.cpp.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, ERREXIT, ERREXIT1, and jpeg_abort().
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().
jpeg_suppress_tables | ( | j_compress_ptr | cinfo, |
boolean | suppress | ||
) |
Definition at line 110 of file jcapimin.cpp.
References htbl, jpeg_error_mgr::i, NUM_HUFF_TBLS, NUM_QUANT_TBLS, JQUANT_TBL::sent_table, JHUFF_TBL::sent_table, and suppress.
Referenced by jpeg_start_compress(), and jpeg_write_coefficients().
jpeg_write_m_byte | ( | j_compress_ptr | cinfo, |
int | val | ||
) |
jpeg_write_m_header | ( | j_compress_ptr | cinfo, |
int | marker, | ||
unsigned int | datalen | ||
) |
Definition at line 205 of file jcapimin.cpp.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, datalen, ERREXIT1, and marker.
Referenced by jcopy_markers_execute().
jpeg_write_marker | ( | j_compress_ptr | cinfo, |
int | marker, | ||
const JOCTET * | dataptr, | ||
unsigned int | datalen | ||
) |
Definition at line 183 of file jcapimin.cpp.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, datalen, dataptr, ERREXIT1, info, JMETHOD, marker, val, and write_marker_byte().
Referenced by jcopy_markers_execute().
jpeg_write_tables | ( | j_compress_ptr | cinfo | ) |
Definition at line 245 of file jcapimin.cpp.
References CSTATE_START, ERREXIT1, and jinit_marker_writer().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |