|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Classes | |
| struct | arith_entropy_decoder |
Macros | |
| #define | JPEG_INTERNALS |
| #define | DC_STAT_BINS 64 |
| #define | AC_STAT_BINS 256 |
Typedefs | |
| typedef arith_entropy_decoder * | arith_entropy_ptr |
Functions | |
| get_byte (j_decompress_ptr cinfo) | |
| arith_decode (j_decompress_ptr cinfo, unsigned char *st) | |
| process_restart (j_decompress_ptr cinfo) | |
| decode_mcu_DC_first (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) | |
| decode_mcu_AC_first (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) | |
| decode_mcu_DC_refine (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) | |
| decode_mcu_AC_refine (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) | |
| decode_mcu (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) | |
| start_pass (j_decompress_ptr cinfo) | |
| finish_pass (j_decompress_ptr cinfo) | |
| jinit_arith_decoder (j_decompress_ptr cinfo) | |
| typedef arith_entropy_decoder* arith_entropy_ptr |
| arith_decode | ( | j_decompress_ptr | cinfo, |
| unsigned char * | st | ||
| ) |
Definition at line 106 of file jdarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), and decode_mcu_DC_refine().
| decode_mcu | ( | j_decompress_ptr | cinfo, |
| JBLOCKROW * | MCU_data | ||
| ) |
Definition at line 512 of file jdarith.c.
Referenced by start_pass().
| decode_mcu_AC_first | ( | j_decompress_ptr | cinfo, |
| JBLOCKROW * | MCU_data | ||
| ) |
Definition at line 321 of file jdarith.c.
Referenced by start_pass().
| decode_mcu_AC_refine | ( | j_decompress_ptr | cinfo, |
| JBLOCKROW * | MCU_data | ||
| ) |
Definition at line 437 of file jdarith.c.
Referenced by start_pass().
| decode_mcu_DC_first | ( | j_decompress_ptr | cinfo, |
| JBLOCKROW * | MCU_data | ||
| ) |
Definition at line 242 of file jdarith.c.
Referenced by start_pass().
| decode_mcu_DC_refine | ( | j_decompress_ptr | cinfo, |
| JBLOCKROW * | MCU_data | ||
| ) |
Definition at line 403 of file jdarith.c.
Referenced by start_pass().
| finish_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 754 of file jdarith.c.
Referenced by jinit_arith_decoder().
| get_byte | ( | j_decompress_ptr | cinfo | ) |
Definition at line 65 of file jdarith.c.
| jinit_arith_decoder | ( | j_decompress_ptr | cinfo | ) |
Definition at line 765 of file jdarith.c.
Referenced by master_selection(), and transdecode_master_selection().
| process_restart | ( | j_decompress_ptr | cinfo | ) |
Definition at line 190 of file jdarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), and decode_mcu_DC_refine().
| start_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 644 of file jdarith.c.
Referenced by jinit_arith_decoder().