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)  

jccoefct.c File Reference

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

Go to the source code of this file.

Classes

struct  my_coef_controller

Defines

#define JPEG_INTERNALS
#define FULL_COEF_BUFFER_SUPPORTED

Typedefs

typedef my_coef_controllermy_coef_ptr

Functions

 METHODDEF (boolean)
 start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode)
 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 jinit_c_coef_controller (j_compress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define FULL_COEF_BUFFER_SUPPORTED

Definition at line 24 of file jccoefct.c.

#define JPEG_INTERNALS

Definition at line 13 of file jccoefct.c.


Typedef Documentation

Definition at line 57 of file jccoefct.c.


Function Documentation