Microchip® Advanced Software Framework

my_upsampler Struct Reference

Public Member Functions

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

Data Fields

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

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

int* my_upsampler::Cb_b_tab
INT32* my_upsampler::Cb_g_tab
JSAMPARRAY my_upsampler::color_buf[MAX_COMPONENTS]

Referenced by jinit_upsampler(), and sep_upsample().

INT32* my_upsampler::Cr_g_tab
int* my_upsampler::Cr_r_tab
UINT8 my_upsampler::h_expand[MAX_COMPONENTS]

Referenced by int_upsample(), and jinit_upsampler().

upsample1_ptr my_upsampler::methods[MAX_COMPONENTS]

Referenced by jinit_upsampler(), and sep_upsample().

int my_upsampler::next_row_out
JDIMENSION my_upsampler::out_row_width
struct jpeg_upsampler my_upsampler::pub
int my_upsampler::rowgroup_height[MAX_COMPONENTS]

Referenced by jinit_upsampler(), and sep_upsample().

boolean my_upsampler::spare_full
JSAMPROW my_upsampler::spare_row
UINT8 my_upsampler::v_expand[MAX_COMPONENTS]

Referenced by int_upsample(), and jinit_upsampler().