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)  

jcmaster.c File Reference

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

Go to the source code of this file.

Classes

struct  my_comp_master

Defines

#define JPEG_INTERNALS
#define MAX_AH_AL   10

Typedefs

typedef my_comp_mastermy_master_ptr

Enumerations

enum  c_pass_type { main_pass, huff_opt_pass, output_pass }

Functions

 initial_setup (j_compress_ptr cinfo)
 validate_script (j_compress_ptr cinfo)
 select_scan_parameters (j_compress_ptr cinfo)
 per_scan_setup (j_compress_ptr cinfo)
 prepare_for_pass (j_compress_ptr cinfo)
 pass_startup (j_compress_ptr cinfo)
 finish_pass_master (j_compress_ptr cinfo)
 jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only)

Define Documentation

#define JPEG_INTERNALS

Definition at line 14 of file jcmaster.c.

#define MAX_AH_AL   10

Referenced by validate_script().


Typedef Documentation

Definition at line 38 of file jcmaster.c.


Enumeration Type Documentation

Enumerator:
main_pass 
huff_opt_pass 
output_pass 

Definition at line 21 of file jcmaster.c.


Function Documentation

pass_startup ( j_compress_ptr  cinfo)

Definition at line 489 of file jcmaster.c.

References FALSE.

Referenced by jinit_c_master_control().

select_scan_parameters ( j_compress_ptr  cinfo)

Definition at line 267 of file jcmaster.c.

References DCTSIZE2, ERREXIT2, MAX_COMPS_IN_SCAN, NULL, and my_comp_master::scan_number.

Referenced by prepare_for_pass().