Go to the source code of this file.
Classes | |
struct | my_upsampler |
Macros | |
#define | JPEG_INTERNALS |
#define | SCALEBITS 16 /* speediest right-shift on some machines */ |
#define | ONE_HALF ((INT32) 1 << (SCALEBITS-1)) |
#define | FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) |
Typedefs | |
typedef my_upsampler * | my_upsample_ptr |
Definition at line 50 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table().
#define JPEG_INTERNALS |
Definition at line 10 of file jdmerge.cpp.
Definition at line 49 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table().
#define SCALEBITS 16 /* speediest right-shift on some machines */ |
Definition at line 48 of file jdmerge.cpp.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
typedef my_upsampler* my_upsample_ptr |
Definition at line 46 of file jdmerge.cpp.
build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 59 of file jdmerge.cpp.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, CENTERJSAMPLE, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, FIX, JPOOL_IMAGE, MAXJSAMPLE, ONE_HALF, RIGHT_SHIFT, SCALEBITS, SHIFT_TEMPS, and SIZEOF.
Referenced by jinit_merged_upsampler().
h2v1_merged_upsample | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | in_row_group_ctr, | ||
JSAMPARRAY | output_buf | ||
) |
Definition at line 204 of file jdmerge.cpp.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, GETJSAMPLE, in_row_group_ctr, input_buf, output_buf, RIGHT_SHIFT, SCALEBITS, and SHIFT_TEMPS.
Referenced by jinit_merged_upsampler().
h2v2_merged_upsample | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION | in_row_group_ctr, | ||
JSAMPARRAY | output_buf | ||
) |
Definition at line 266 of file jdmerge.cpp.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, GETJSAMPLE, in_row_group_ctr, input_buf, output_buf, RIGHT_SHIFT, SCALEBITS, and SHIFT_TEMPS.
Referenced by jinit_merged_upsampler().
jinit_merged_upsampler | ( | j_decompress_ptr | cinfo | ) |
Definition at line 348 of file jdmerge.cpp.
References build_ycc_rgb_table(), FALSE, h2v1_merged_upsample(), h2v2_merged_upsample(), JPOOL_IMAGE, merged_1v_upsample(), merged_2v_upsample(), jpeg_upsampler::need_context_rows, my_upsampler::out_row_width, my_upsampler::pub, SIZEOF, my_upsampler::spare_row, and start_pass_merged_upsample().
Referenced by master_selection().
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 170 of file jdmerge.cpp.
References in_row_group_ctr, in_row_groups_avail, input_buf, MRPT_UNUSED_PARAM, out_row_ctr, out_rows_avail, and output_buf.
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 | ||
) |
Definition at line 120 of file jdmerge.cpp.
References FALSE, in_row_group_ctr, in_row_groups_avail, input_buf, jcopy_sample_rows(), MRPT_UNUSED_PARAM, num_rows, out_row_ctr, my_upsampler::out_row_width, out_rows_avail, output_buf, my_upsampler::rows_to_go, my_upsampler::spare_full, my_upsampler::spare_row, and TRUE.
Referenced by jinit_merged_upsampler().
start_pass_merged_upsample | ( | j_decompress_ptr | cinfo | ) |
Definition at line 102 of file jdmerge.cpp.
References FALSE, my_upsampler::rows_to_go, and my_upsampler::spare_full.
Referenced by jinit_merged_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 |