#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
#define JPEG_INTERNALS |
Definition at line 48 of file jcsample.c.
typedef my_downsampler* my_downsample_ptr |
Definition at line 76 of file jcsample.c.
expand_right_edge | ( | JSAMPARRAY | image_data, | |
int | num_rows, | |||
JDIMENSION | input_cols, | |||
JDIMENSION | output_cols | |||
) |
Definition at line 96 of file jcsample.c.
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 199 of file jcsample.c.
References expand_right_edge(), and jcopy_sample_rows().
Referenced by jinit_downsampler().
fullsize_smooth_downsample | ( | j_compress_ptr | cinfo, | |
jpeg_component_info * | compptr, | |||
JSAMPARRAY | input_data, | |||
JSAMPARRAY | output_data | |||
) |
Definition at line 406 of file jcsample.c.
References colsum, expand_right_edge(), GETJSAMPLE, and RooFitShortHand::L().
Referenced by jinit_downsampler().
h2v1_downsample | ( | j_compress_ptr | cinfo, | |
jpeg_component_info * | compptr, | |||
JSAMPARRAY | input_data, | |||
JSAMPARRAY | output_data | |||
) |
Definition at line 224 of file jcsample.c.
References expand_right_edge(), and GETJSAMPLE.
Referenced by jinit_downsampler().
h2v2_downsample | ( | j_compress_ptr | cinfo, | |
jpeg_component_info * | compptr, | |||
JSAMPARRAY | input_data, | |||
JSAMPARRAY | output_data | |||
) |
Definition at line 261 of file jcsample.c.
References expand_right_edge(), and GETJSAMPLE.
Referenced by jinit_downsampler().
h2v2_smooth_downsample | ( | j_compress_ptr | cinfo, | |
jpeg_component_info * | compptr, | |||
JSAMPARRAY | input_data, | |||
JSAMPARRAY | output_data | |||
) |
Definition at line 305 of file jcsample.c.
References expand_right_edge(), and GETJSAMPLE.
Referenced by jinit_downsampler().
int_downsample | ( | j_compress_ptr | cinfo, | |
jpeg_component_info * | compptr, | |||
JSAMPARRAY | input_data, | |||
JSAMPARRAY | output_data | |||
) |
Definition at line 150 of file jcsample.c.
References expand_right_edge(), GETJSAMPLE, h, my_downsampler::h_expand, and my_downsampler::v_expand.
Referenced by jinit_downsampler().
jinit_downsampler | ( | j_compress_ptr | cinfo | ) |
Definition at line 478 of file jcsample.c.
References compptr, jpeg_component_info::DCT_h_scaled_size, jpeg_component_info::DCT_v_scaled_size, ERREXIT, FALSE, fullsize_downsample(), fullsize_smooth_downsample(), h2v1_downsample(), h2v2_downsample(), h2v2_smooth_downsample(), my_downsampler::h_expand, jpeg_component_info::h_samp_factor, int_downsample(), JPOOL_IMAGE, JTRC_SMOOTH_NOTIMPL, my_downsampler::methods, jpeg_downsampler::need_context_rows, my_downsampler::pub, my_downsampler::rowgroup_height, sep_downsample(), SIZEOF, start_pass_downsample(), TRACEMS, TRUE, my_downsampler::v_expand, 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 123 of file jcsample.c.
References compptr, for(), my_downsampler::methods, and my_downsampler::rowgroup_height.
Referenced by jinit_downsampler().
start_pass_downsample | ( | j_compress_ptr | cinfo | ) |