fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

jdhuff.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
#include "jdhuff.h"
Include dependency graph for jdhuff.c:

Go to the source code of this file.

Classes

struct  savable_state
struct  huff_entropy_decoder

Defines

#define JPEG_INTERNALS
#define ASSIGN_STATE(dest, src)   ((dest) = (src))
#define MIN_GET_BITS   (BIT_BUF_SIZE-7)
#define HUFF_EXTEND(x, s)   ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))

Typedefs

typedef huff_entropy_decoderhuff_entropy_ptr

Functions

 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, register bit_buf_type get_buffer, register int bits_left, int nbits)
 jpeg_huff_decode (bitread_working_state *state, register bit_buf_type get_buffer, register 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)

Define Documentation

#define ASSIGN_STATE (   dest,
  src 
)    ((dest) = (src))

Definition at line 40 of file jdhuff.c.

Referenced by decode_mcu().

#define HUFF_EXTEND (   x,
 
)    ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))

Definition at line 447 of file jdhuff.c.

Referenced by decode_mcu().

#define JPEG_INTERNALS

Definition at line 17 of file jdhuff.c.

#define MIN_GET_BITS   (BIT_BUF_SIZE-7)

Definition at line 287 of file jdhuff.c.

Referenced by jpeg_fill_bit_buffer().


Typedef Documentation

Definition at line 78 of file jdhuff.c.


Function Documentation

jpeg_huff_decode ( bitread_working_state state,
register bit_buf_type  get_buffer,
register int  bits_left,
d_derived_tbl htbl,
int  min_bits 
)

Definition at line 398 of file jdhuff.c.

References bits_left, CHECK_BIT_BUFFER, GET_BITS, get_buffer, int, min_bits, and WARNMS.