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)  

my_upsampler Struct Reference

Collaboration diagram for my_upsampler:

List of all members.

Public Member Functions

 JMETHOD (void, upmethod,(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf))

Public Attributes

struct jpeg_upsampler pub
int * Cr_r_tab
int * Cb_b_tab
INT32Cr_g_tab
INT32Cb_g_tab
JSAMPROW spare_row
boolean spare_full
JDIMENSION out_row_width
JDIMENSION rows_to_go
JSAMPARRAY color_buf [MAX_COMPONENTS]
upsample1_ptr methods [MAX_COMPONENTS]
int next_row_out
int rowgroup_height [MAX_COMPONENTS]
UINT8 h_expand [MAX_COMPONENTS]
UINT8 v_expand [MAX_COMPONENTS]

Detailed Description

Definition at line 44 of file jdmerge.c.


Member Function Documentation

my_upsampler::JMETHOD ( void  ,
upmethod  ,
(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf  
)

Member Data Documentation

Definition at line 43 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

UINT8 my_upsampler::h_expand[MAX_COMPONENTS]

Definition at line 57 of file jdsample.c.

Referenced by int_upsample(), and jinit_upsampler().

upsample1_ptr my_upsampler::methods[MAX_COMPONENTS]

Definition at line 46 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

Definition at line 48 of file jdsample.c.

Referenced by sep_upsample(), and start_pass_upsample().

Definition at line 45 of file jdmerge.c.

Referenced by jinit_merged_upsampler(), and jinit_upsampler().

int my_upsampler::rowgroup_height[MAX_COMPONENTS]

Definition at line 52 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

UINT8 my_upsampler::v_expand[MAX_COMPONENTS]

Definition at line 58 of file jdsample.c.

Referenced by int_upsample(), and jinit_upsampler().


The documentation for this struct was generated from the following files: