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)  

jdmerge.c File Reference

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

Go to the source code of this file.

Classes

struct  my_upsampler

Defines

#define JPEG_INTERNALS
#define SCALEBITS   16
#define ONE_HALF   ((INT32) 1 << (SCALEBITS-1))
#define FIX(x)   ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))

Typedefs

typedef my_upsamplermy_upsample_ptr

Functions

 build_ycc_rgb_table (j_decompress_ptr cinfo)
 start_pass_merged_upsample (j_decompress_ptr cinfo)
 merged_2v_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 merged_1v_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 h2v1_merged_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf)
 h2v2_merged_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf)
 jinit_merged_upsampler (j_decompress_ptr cinfo)

Define Documentation

#define FIX (   x)    ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))

Definition at line 74 of file jdmerge.c.

Referenced by build_ycc_rgb_table().

#define JPEG_INTERNALS

Definition at line 35 of file jdmerge.c.

#define ONE_HALF   ((INT32) 1 << (SCALEBITS-1))

Definition at line 73 of file jdmerge.c.

Referenced by build_ycc_rgb_table().

#define SCALEBITS   16

Definition at line 72 of file jdmerge.c.

Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().


Typedef Documentation

Definition at line 70 of file jdmerge.c.


Function Documentation

h2v1_merged_upsample ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  in_row_group_ctr,
JSAMPARRAY  output_buf 
)
h2v2_merged_upsample ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  in_row_group_ctr,
JSAMPARRAY  output_buf 
)
merged_1v_upsample ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION in_row_group_ctr,
JDIMENSION  in_row_groups_avail,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Definition at line 193 of file jdmerge.c.

Referenced by jinit_merged_upsampler().

merged_2v_upsample ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION in_row_group_ctr,
JDIMENSION  in_row_groups_avail,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)
start_pass_merged_upsample ( j_decompress_ptr  cinfo)

Definition at line 126 of file jdmerge.c.

References FALSE, my_upsampler::rows_to_go, and my_upsampler::spare_full.

Referenced by jinit_merged_upsampler().