Assignments
Assignments
|
Classes | |
struct | savable_state |
struct | huff_entropy_encoder |
struct | working_state |
Macros | |
#define | JPEG_INTERNALS |
#define | ASSIGN_STATE(dest, src) ((dest) = (src)) |
#define | emit_byte(state, val, action) |
Typedefs | |
typedef huff_entropy_encoder * | huff_entropy_ptr |
Functions | |
METHODDEF (boolean) encode_mcu_huff JPP((j_compress_ptr cinfo | |
METHODDEF (void) finish_pass_huff JPP((j_compress_ptr cinfo)) | |
start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) | |
jpeg_make_c_derived_tbl (j_compress_ptr cinfo, boolean isDC, int tblno, c_derived_tbl **pdtbl) | |
dump_buffer (working_state *state) | |
emit_bits (working_state *state, unsigned int code, int size) | |
flush_bits (working_state *state) | |
encode_one_block (working_state *state, JCOEFPTR block, int last_dc_val, c_derived_tbl *dctbl, c_derived_tbl *actbl) | |
emit_restart (working_state *state, int restart_num) | |
encode_mcu_huff (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
finish_pass_huff (j_compress_ptr cinfo) | |
jinit_huff_encoder (j_compress_ptr cinfo) | |
Variables | |
JBLOCKROW * | MCU_data |
#define ASSIGN_STATE | ( | dest, | |
src ) ((dest) = (src)) |
#define emit_byte | ( | state, | |
val, | |||
action ) |
#define JPEG_INTERNALS |
typedef huff_entropy_encoder* huff_entropy_ptr |
dump_buffer | ( | working_state * | state | ) |
emit_bits | ( | working_state * | state, |
unsigned int | code, | ||
int | size ) |
emit_restart | ( | working_state * | state, |
int | restart_num ) |
encode_mcu_huff | ( | j_compress_ptr | cinfo, |
JBLOCKROW * | MCU_data ) |
encode_one_block | ( | working_state * | state, |
JCOEFPTR | block, | ||
int | last_dc_val, | ||
c_derived_tbl * | dctbl, | ||
c_derived_tbl * | actbl ) |
finish_pass_huff | ( | j_compress_ptr | cinfo | ) |
flush_bits | ( | working_state * | state | ) |
jinit_huff_encoder | ( | j_compress_ptr | cinfo | ) |
jpeg_make_c_derived_tbl | ( | j_compress_ptr | cinfo, |
boolean | isDC, | ||
int | tblno, | ||
c_derived_tbl ** | pdtbl ) |
METHODDEF | ( | boolean | ) |
METHODDEF | ( | void | ) |
start_pass_huff | ( | j_compress_ptr | cinfo, |
boolean | gather_statistics ) |
JBLOCKROW* MCU_data |