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)  

jdmainct.c File Reference

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

Go to the source code of this file.

Classes

struct  my_main_controller

Defines

#define JPEG_INTERNALS
#define CTX_PREPARE_FOR_IMCU   0
#define CTX_PROCESS_IMCU   1
#define CTX_POSTPONED_ROW   2

Typedefs

typedef my_main_controllermy_main_ptr

Functions

 METHODDEF (void)
 make_funny_pointers (j_decompress_ptr cinfo)
 set_wraparound_pointers (j_decompress_ptr cinfo)
 set_bottom_pointers (j_decompress_ptr cinfo)
 start_pass_main (j_decompress_ptr cinfo, J_BUF_MODE pass_mode)
 process_data_simple_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 process_data_context_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 process_data_crank_post (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define CTX_POSTPONED_ROW   2

Definition at line 139 of file jdmainct.c.

Referenced by process_data_context_main().

#define CTX_PREPARE_FOR_IMCU   0

Definition at line 137 of file jdmainct.c.

Referenced by process_data_context_main(), and start_pass_main().

#define CTX_PROCESS_IMCU   1

Definition at line 138 of file jdmainct.c.

Referenced by process_data_context_main().

#define JPEG_INTERNALS

Definition at line 16 of file jdmainct.c.


Typedef Documentation

Definition at line 134 of file jdmainct.c.


Function Documentation

process_data_crank_post ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Definition at line 459 of file jdmainct.c.

References NULL, and output_buf.

Referenced by start_pass_main().

process_data_simple_main ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)
set_wraparound_pointers ( j_decompress_ptr  cinfo)