Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
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 |
Functions | |
build_ycc_rgb_table (j_decompress_ptr cinfo) | |
start_pass_merged_upsample (j_decompress_ptr cinfo) | |
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) | |
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) | |
h2v1_merged_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) | |
h2v2_merged_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) | |
jinit_merged_upsampler (j_decompress_ptr cinfo) | |
Definition at line 74 of file jdmerge.c.
Referenced by build_ycc_rgb_table().
Definition at line 73 of file jdmerge.c.
Referenced by build_ycc_rgb_table().
#define SCALEBITS 16 /* speediest right-shift on some machines */ |
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 CENTERJSAMPLE, FIX, i, int, JPOOL_IMAGE, MAXJSAMPLE, METHODDEF, 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 226 of file jdmerge.c.
References for(), GETJSAMPLE, int, METHODDEF, 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 288 of file jdmerge.c.
References for(), GETJSAMPLE, GLOBAL, int, output_buf, RIGHT_SHIFT, SCALEBITS, and SHIFT_TEMPS.
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(), NULL, SIZEOF, 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.
References METHODDEF, 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 144 of file jdmerge.c.
References FALSE, if(), jcopy_sample_rows(), METHODDEF, num_rows, and TRUE.
Referenced by jinit_merged_upsampler().
start_pass_merged_upsample | ( | j_decompress_ptr | cinfo | ) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.