#include "jinclude.h"
#include "jpeglib.h"
Classes | |
struct | arith_entropy_encoder |
Defines | |
#define | JPEG_INTERNALS |
#define | DC_STAT_BINS 64 |
#define | AC_STAT_BINS 256 |
#define | ISHIFT_TEMPS |
#define | IRIGHT_SHIFT(x, shft) ((x) >> (shft)) |
Typedefs | |
typedef arith_entropy_encoder * | arith_entropy_ptr |
Functions | |
emit_byte (int val, j_compress_ptr cinfo) | |
finish_pass (j_compress_ptr cinfo) | |
arith_encode (j_compress_ptr cinfo, unsigned char *st, int val) | |
emit_restart (j_compress_ptr cinfo, int restart_num) | |
encode_mcu_DC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
encode_mcu_AC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
encode_mcu_DC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
encode_mcu_AC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
encode_mcu (j_compress_ptr cinfo, JBLOCKROW *MCU_data) | |
start_pass (j_compress_ptr cinfo, boolean gather_statistics) | |
jinit_arith_encoder (j_compress_ptr cinfo) |
#define AC_STAT_BINS 256 |
#define DC_STAT_BINS 64 |
#define IRIGHT_SHIFT | ( | x, | ||
shft | ||||
) | ((x) >> (shft)) |
#define ISHIFT_TEMPS |
#define JPEG_INTERNALS |
typedef arith_entropy_encoder* arith_entropy_ptr |
arith_encode | ( | j_compress_ptr | cinfo, | |
unsigned char * | st, | |||
int | val | |||
) |
emit_byte | ( | int | val, | |
j_compress_ptr | cinfo | |||
) |
emit_restart | ( | j_compress_ptr | cinfo, | |
int | restart_num | |||
) |
encode_mcu | ( | j_compress_ptr | cinfo, | |
JBLOCKROW * | MCU_data | |||
) |
encode_mcu_AC_first | ( | j_compress_ptr | cinfo, | |
JBLOCKROW * | MCU_data | |||
) |
encode_mcu_AC_refine | ( | j_compress_ptr | cinfo, | |
JBLOCKROW * | MCU_data | |||
) |
encode_mcu_DC_first | ( | j_compress_ptr | cinfo, | |
JBLOCKROW * | MCU_data | |||
) |
encode_mcu_DC_refine | ( | j_compress_ptr | cinfo, | |
JBLOCKROW * | MCU_data | |||
) |
finish_pass | ( | j_compress_ptr | cinfo | ) |
jinit_arith_encoder | ( | j_compress_ptr | cinfo | ) |
start_pass | ( | j_compress_ptr | cinfo, | |
boolean | gather_statistics | |||
) |