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)  

jcprepct.c File Reference

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

Go to the source code of this file.

Classes

struct  my_prep_controller

Defines

#define JPEG_INTERNALS
#define CONTEXT_ROWS_SUPPORTED

Typedefs

typedef my_prep_controllermy_prep_ptr

Functions

 start_pass_prep (j_compress_ptr cinfo, J_BUF_MODE pass_mode)
 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, int input_rows, int output_rows)
 pre_process_data (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail)
 pre_process_context (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail)
 create_context_buffer (j_compress_ptr cinfo)
 jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define CONTEXT_ROWS_SUPPORTED

Definition at line 28 of file jcprepct.c.

#define JPEG_INTERNALS

Definition at line 17 of file jcprepct.c.


Typedef Documentation

Definition at line 70 of file jcprepct.c.


Function Documentation

expand_bottom_edge ( JSAMPARRAY  image_data,
JDIMENSION  num_cols,
int  input_rows,
int  output_rows 
)

Definition at line 106 of file jcprepct.c.

References jcopy_sample_rows(), and row.

Referenced by pre_process_context(), and pre_process_data().

pre_process_context ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail,
JSAMPIMAGE  output_buf,
JDIMENSION out_row_group_ctr,
JDIMENSION  out_row_groups_avail 
)
pre_process_data ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail,
JSAMPIMAGE  output_buf,
JDIMENSION out_row_group_ctr,
JDIMENSION  out_row_groups_avail 
)