#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
Data Structures |
| 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) |