Definition at line 20 of file jdmerge.cpp.
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 |
INT32 * | Cr_g_tab |
INT32 * | Cb_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] |
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 |
Definition at line 30 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
INT32* my_upsampler::Cb_g_tab |
Definition at line 32 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
JSAMPARRAY my_upsampler::color_buf[MAX_COMPONENTS] |
Definition at line 32 of file jdsample.cpp.
Referenced by jinit_upsampler(), and sep_upsample().
INT32* my_upsampler::Cr_g_tab |
Definition at line 31 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
int* my_upsampler::Cr_r_tab |
Definition at line 29 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
UINT8 my_upsampler::h_expand[MAX_COMPONENTS] |
Definition at line 46 of file jdsample.cpp.
Referenced by int_upsample(), and jinit_upsampler().
upsample1_ptr my_upsampler::methods[MAX_COMPONENTS] |
Definition at line 35 of file jdsample.cpp.
Referenced by jinit_upsampler(), and sep_upsample().
int my_upsampler::next_row_out |
Definition at line 37 of file jdsample.cpp.
Referenced by sep_upsample(), and start_pass_upsample().
JDIMENSION my_upsampler::out_row_width |
Definition at line 42 of file jdmerge.cpp.
Referenced by jinit_merged_upsampler(), and merged_2v_upsample().
struct jpeg_upsampler my_upsampler::pub |
Definition at line 21 of file jdmerge.cpp.
Referenced by jinit_merged_upsampler(), and jinit_upsampler().
int my_upsampler::rowgroup_height[MAX_COMPONENTS] |
Definition at line 41 of file jdsample.cpp.
Referenced by jinit_upsampler(), and sep_upsample().
JDIMENSION my_upsampler::rows_to_go |
Definition at line 43 of file jdmerge.cpp.
Referenced by merged_2v_upsample(), sep_upsample(), start_pass_merged_upsample(), and start_pass_upsample().
boolean my_upsampler::spare_full |
Definition at line 40 of file jdmerge.cpp.
Referenced by merged_2v_upsample(), and start_pass_merged_upsample().
JSAMPROW my_upsampler::spare_row |
Definition at line 39 of file jdmerge.cpp.
Referenced by jinit_merged_upsampler(), and merged_2v_upsample().
UINT8 my_upsampler::v_expand[MAX_COMPONENTS] |
Definition at line 47 of file jdsample.cpp.
Referenced by int_upsample(), and jinit_upsampler().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |