#include "jinclude.h"
#include "jpeglib.h"
#include "jdhuff.h"
Go to the source code of this file.
|
| | start_pass_huff_decoder (j_decompress_ptr cinfo) |
| | jpeg_make_d_derived_tbl (j_decompress_ptr cinfo, boolean isDC, int tblno, d_derived_tbl **pdtbl) |
| | jpeg_fill_bit_buffer (bitread_working_state *state, bit_buf_type get_buffer, int bits_left, int nbits) |
| | jpeg_huff_decode (bitread_working_state *state, bit_buf_type get_buffer, int bits_left, d_derived_tbl *htbl, int min_bits) |
| | process_restart (j_decompress_ptr cinfo) |
| | decode_mcu (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) |
| | jinit_huff_decoder (j_decompress_ptr cinfo) |
◆ ASSIGN_STATE
| #define ASSIGN_STATE |
( |
| dest, |
|
|
| src ) |
◆ JPEG_INTERNALS
◆ MIN_GET_BITS
◆ huff_entropy_ptr2
◆ decode_mcu()
◆ jinit_huff_decoder()
◆ jpeg_fill_bit_buffer()
◆ jpeg_huff_decode()
◆ jpeg_make_d_derived_tbl()
◆ process_restart()
◆ start_pass_huff_decoder()