|
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 |
Typedefs | |
| typedef my_downsampler * | my_downsample_ptr |
| #define JPEG_INTERNALS |
Definition at line 48 of file jcsample.c.
| typedef my_downsampler* my_downsample_ptr |
Definition at line 67 of file jcsample.c.
| expand_right_edge | ( | JSAMPARRAY | image_data, |
| int | num_rows, | ||
| JDIMENSION | input_cols, | ||
| JDIMENSION | output_cols | ||
| ) |
Definition at line 87 of file jcsample.c.
References int, METHODDEF, num_rows, and ptr.
Referenced by fullsize_downsample(), fullsize_smooth_downsample(), h2v1_downsample(), h2v2_downsample(), h2v2_smooth_downsample(), and int_downsample().
| fullsize_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 187 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), jcopy_sample_rows(), METHODDEF, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| fullsize_smooth_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 392 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), GETJSAMPLE, GLOBAL, jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| h2v1_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 212 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), GETJSAMPLE, METHODDEF, jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| h2v2_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 249 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), GETJSAMPLE, METHODDEF, jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| h2v2_smooth_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 292 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), GETJSAMPLE, METHODDEF, jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| int_downsample | ( | j_compress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY | output_data | ||
| ) |
Definition at line 140 of file jcsample.c.
References compptr, DCTSIZE, expand_right_edge(), GETJSAMPLE, jpeg_component_info::h_samp_factor, METHODDEF, jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_downsampler().
| jinit_downsampler | ( | j_compress_ptr | cinfo | ) |
Definition at line 464 of file jcsample.c.
References compptr, ERREXIT, FALSE, fullsize_downsample(), fullsize_smooth_downsample(), h2v1_downsample(), h2v2_downsample(), h2v2_smooth_downsample(), jpeg_component_info::h_samp_factor, int_downsample(), JPOOL_IMAGE, sep_downsample(), SIZEOF, start_pass_downsample(), TRACEMS, TRUE, and jpeg_component_info::v_samp_factor.
Referenced by jinit_compress_master().
| typedef JMETHOD | ( | void | , |
| downsample1_ptr | , | ||
| (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data) | |||
| ) |
| sep_downsample | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION | in_row_index, | ||
| JSAMPIMAGE | output_buf, | ||
| JDIMENSION | out_row_group_index | ||
| ) |
Definition at line 114 of file jcsample.c.
References compptr, for(), METHODDEF, output_buf, and jpeg_component_info::v_samp_factor.
Referenced by jinit_downsampler().
| start_pass_downsample | ( | j_compress_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.