|
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) ![]() |

Go to the source code of this file.
Definition at line 74 of file jdmerge.c.
Referenced by build_ycc_rgb_table().
| #define ONE_HALF ((INT32) 1 << (SCALEBITS-1)) |
Definition at line 73 of file jdmerge.c.
Referenced by build_ycc_rgb_table().
| #define SCALEBITS 16 |
Definition at line 72 of file jdmerge.c.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), and h2v2_merged_upsample().
| typedef my_upsampler* my_upsample_ptr |
| build_ycc_rgb_table | ( | j_decompress_ptr | cinfo | ) |
Definition at line 83 of file jdmerge.c.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, CENTERJSAMPLE, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, FIX, i, int, JPOOL_IMAGE, MAXJSAMPLE, ONE_HALF, RIGHT_SHIFT, SCALEBITS, SHIFT_TEMPS, SIZEOF, and x.
| h2v1_merged_upsample | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | in_row_group_ctr, | ||
| JSAMPARRAY | output_buf | ||
| ) |
Definition at line 226 of file jdmerge.c.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, GETJSAMPLE, int, RGB_BLUE, RGB_GREEN, RGB_PIXELSIZE, RGB_RED, RIGHT_SHIFT, SCALEBITS, SHIFT_TEMPS, and y.
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 288 of file jdmerge.c.
References my_upsampler::Cb_b_tab, my_upsampler::Cb_g_tab, my_upsampler::Cr_g_tab, my_upsampler::Cr_r_tab, GETJSAMPLE, int, RGB_BLUE, RGB_GREEN, RGB_PIXELSIZE, RGB_RED, RIGHT_SHIFT, SCALEBITS, SHIFT_TEMPS, and y.
Referenced by jinit_merged_upsampler().
| jinit_merged_upsampler | ( | j_decompress_ptr | cinfo | ) |
Definition at line 370 of file jdmerge.c.
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, NULL, 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 193 of file jdmerge.c.
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 144 of file jdmerge.c.
References FALSE, jcopy_sample_rows(), num_rows, my_upsampler::out_row_width, 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 126 of file jdmerge.c.
References FALSE, my_upsampler::rows_to_go, and my_upsampler::spare_full.
Referenced by jinit_merged_upsampler().