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)  

jddctmgr.c File Reference

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

Go to the source code of this file.

Classes

struct  my_idct_controller
union  multiplier_table

Defines

#define JPEG_INTERNALS
#define PROVIDE_ISLOW_TABLES
#define CONST_BITS   14

Typedefs

typedef my_idct_controllermy_idct_ptr

Functions

 start_pass (j_decompress_ptr cinfo)
 jinit_inverse_dct (j_decompress_ptr cinfo)

Define Documentation

#define CONST_BITS   14
#define JPEG_INTERNALS

Definition at line 18 of file jddctmgr.c.

#define PROVIDE_ISLOW_TABLES

Definition at line 74 of file jddctmgr.c.


Typedef Documentation

Definition at line 54 of file jddctmgr.c.


Function Documentation