|
#define | JPEG_INTERNALS |
|
#define | INPUT_VARS(cinfo) |
|
#define | INPUT_SYNC(cinfo) |
|
#define | INPUT_RELOAD(cinfo) |
|
#define | MAKE_BYTE_AVAIL(cinfo, action) |
|
#define | INPUT_BYTE(cinfo, V, action) |
|
#define | INPUT_2BYTES(cinfo, V, action) |
|
#define | get_dac(cinfo) skip_variable(cinfo) |
|
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
|
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
|
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
|
#define | JPEG_INTERNALS |
|
#define | INPUT_VARS(cinfo) |
|
#define | INPUT_SYNC(cinfo) |
|
#define | INPUT_RELOAD(cinfo) |
|
#define | MAKE_BYTE_AVAIL(cinfo, action) |
|
#define | INPUT_BYTE(cinfo, V, action) |
|
#define | INPUT_2BYTES(cinfo, V, action) |
|
#define | get_dac(cinfo) skip_variable(cinfo) |
|
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
|
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
|
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
|
#define | JPEG_INTERNALS |
|
#define | INPUT_VARS(cinfo) |
|
#define | INPUT_SYNC(cinfo) |
|
#define | INPUT_RELOAD(cinfo) |
|
#define | MAKE_BYTE_AVAIL(cinfo, action) |
|
#define | INPUT_BYTE(cinfo, V, action) |
|
#define | INPUT_2BYTES(cinfo, V, action) |
|
#define | get_dac(cinfo) skip_variable(cinfo) |
|
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
|
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
|
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
|
|
| get_soi (j_decompress_ptr cinfo) |
|
| get_sof (j_decompress_ptr cinfo, boolean is_prog, boolean is_arith) |
|
| get_sos (j_decompress_ptr cinfo) |
|
| get_dht (j_decompress_ptr cinfo) |
|
| get_dqt (j_decompress_ptr cinfo) |
|
| get_dri (j_decompress_ptr cinfo) |
|
| examine_app0 (j_decompress_ptr cinfo, JOCTET FAR *data, unsigned int datalen, INT32 remaining) |
|
| examine_app14 (j_decompress_ptr cinfo, JOCTET FAR *data, unsigned int datalen, INT32 remaining) |
|
| get_interesting_appn (j_decompress_ptr cinfo) |
|
| save_marker (j_decompress_ptr cinfo) |
|
| skip_variable (j_decompress_ptr cinfo) |
|
| next_marker (j_decompress_ptr cinfo) |
|
| first_marker (j_decompress_ptr cinfo) |
|
| read_markers (j_decompress_ptr cinfo) |
|
| read_restart_marker (j_decompress_ptr cinfo) |
|
| jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired) |
|
| reset_marker_reader (j_decompress_ptr cinfo) |
|
| jinit_marker_reader (j_decompress_ptr cinfo) |
|
| jpeg_save_markers (j_decompress_ptr cinfo, int marker_code, unsigned int length_limit) |
|
| jpeg_set_marker_processor (j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) |
|