#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
|
| | emit_byte (j_compress_ptr cinfo, int val) |
| | emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) |
| | emit_2bytes (j_compress_ptr cinfo, int value) |
| | emit_dqt (j_compress_ptr cinfo, int index) |
| | emit_dht (j_compress_ptr cinfo, int index, boolean is_ac) |
| | emit_dac (j_compress_ptr) |
| | emit_dri (j_compress_ptr cinfo) |
| | emit_sof (j_compress_ptr cinfo, JPEG_MARKER code) |
| | emit_sos (j_compress_ptr cinfo) |
| | emit_jfif_app0 (j_compress_ptr cinfo) |
| | emit_adobe_app14 (j_compress_ptr cinfo) |
| | write_marker_header (j_compress_ptr cinfo, int marker, unsigned int datalen) |
| | write_marker_byte (j_compress_ptr cinfo, int val) |
| | write_file_header (j_compress_ptr cinfo) |
| | write_frame_header (j_compress_ptr cinfo) |
| | write_scan_header (j_compress_ptr cinfo) |
| | write_file_trailer (j_compress_ptr cinfo) |
| | write_tables_only (j_compress_ptr cinfo) |
| | jinit_marker_writer (j_compress_ptr cinfo) |
◆ JPEG_INTERNALS
◆ my_marker_ptr
◆ emit_2bytes()
◆ emit_adobe_app14()
◆ emit_byte()
◆ emit_dac()
◆ emit_dht()
◆ emit_dqt()
◆ emit_dri()
◆ emit_jfif_app0()
◆ emit_marker()
◆ emit_sof()
◆ emit_sos()
◆ jinit_marker_writer()
◆ write_file_header()
◆ write_file_trailer()
◆ write_frame_header()
◆ write_marker_byte()
◆ write_marker_header()
◆ write_scan_header()
◆ write_tables_only()