COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
my_upsampler Struct Reference
Collaboration diagram for my_upsampler:

Public Attributes

struct jpeg_upsampler pub
 
void(* upmethod )(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf)
 
int * Cr_r_tab
 
int * Cb_b_tab
 
int32_t * Cr_g_tab
 
int32_t * Cb_g_tab
 
JSAMPROW spare_row
 
boolean spare_full
 
JDIMENSION out_row_width
 
JDIMENSION rows_to_go
 
JSAMPARRAY color_buf [10]
 
upsample1_ptr methods [10]
 
int next_row_out
 
int rowgroup_height [10]
 
uint8_t h_expand [10]
 
uint8_t v_expand [10]
 

Member Data Documentation

struct jpeg_upsampler my_upsampler::pub
void(* my_upsampler::upmethod) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf)
int* my_upsampler::Cr_r_tab
int* my_upsampler::Cb_b_tab
int32_t* my_upsampler::Cr_g_tab
int32_t* my_upsampler::Cb_g_tab
JSAMPROW my_upsampler::spare_row
boolean my_upsampler::spare_full
JDIMENSION my_upsampler::out_row_width
JDIMENSION my_upsampler::rows_to_go
JSAMPARRAY my_upsampler::color_buf[10]
upsample1_ptr my_upsampler::methods[10]
int my_upsampler::next_row_out
int my_upsampler::rowgroup_height[10]
uint8_t my_upsampler::h_expand[10]
uint8_t my_upsampler::v_expand[10]

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