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)  

jdcoefct.c File Reference

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

Go to the source code of this file.

Classes

struct  my_coef_controller

Defines

#define JPEG_INTERNALS
#define SAVED_COEFS   6
#define Q01_POS   1
#define Q10_POS   8
#define Q20_POS   16
#define Q11_POS   9
#define Q02_POS   2

Typedefs

typedef my_coef_controllermy_coef_ptr

Functions

 METHODDEF (int)
 start_input_pass (j_decompress_ptr cinfo)
 start_output_pass (j_decompress_ptr cinfo)
 decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 dummy_consume_data (j_decompress_ptr cinfo)
 consume_data (j_decompress_ptr cinfo)
 decompress_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 smoothing_ok (j_decompress_ptr cinfo)
 decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 jinit_d_coef_controller (j_decompress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define JPEG_INTERNALS

Definition at line 17 of file jdcoefct.c.

#define Q01_POS   1

Definition at line 390 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

#define Q02_POS   2

Definition at line 394 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

#define Q10_POS   8

Definition at line 391 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

#define Q11_POS   9

Definition at line 393 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

#define Q20_POS   16

Definition at line 392 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

#define SAVED_COEFS   6

Definition at line 58 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().


Typedef Documentation

Definition at line 62 of file jdcoefct.c.


Function Documentation

dummy_consume_data ( j_decompress_ptr  cinfo)

Definition at line 228 of file jdcoefct.c.

References JPEG_SUSPENDED.

Referenced by jinit_d_coef_controller().

start_input_pass ( j_decompress_ptr  cinfo)

Definition at line 107 of file jdcoefct.c.

References start_iMCU_row().

Referenced by consume_markers(), jinit_d_coef_controller(), and jinit_input_controller().

start_output_pass ( j_decompress_ptr  cinfo)