Go to the source code of this file.
Classes | |
struct | my_upsampler |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_upsampler * | my_upsample_ptr |
#define JPEG_INTERNALS |
Definition at line 10 of file jdsample.cpp.
typedef my_upsampler* my_upsample_ptr |
Definition at line 50 of file jdsample.cpp.
fullsize_upsample | ( | j_decompress_ptr | , |
jpeg_component_info * | , | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 146 of file jdsample.cpp.
Referenced by jinit_upsampler().
h2v1_fancy_upsample | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 293 of file jdsample.cpp.
References compptr, jpeg_component_info::downsampled_width, and GETJSAMPLE.
Referenced by jinit_upsampler().
h2v1_upsample | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | , | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 222 of file jdsample.cpp.
Referenced by jinit_upsampler().
h2v2_fancy_upsample | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 334 of file jdsample.cpp.
References compptr, jpeg_component_info::downsampled_width, and GETJSAMPLE.
Referenced by jinit_upsampler().
h2v2_upsample | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | , | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 250 of file jdsample.cpp.
References jcopy_sample_rows().
Referenced by jinit_upsampler().
int_upsample | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JSAMPARRAY | input_data, | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 178 of file jdsample.cpp.
References jpeg_component_info::component_index, compptr, my_upsampler::h_expand, jcopy_sample_rows(), and my_upsampler::v_expand.
Referenced by jinit_upsampler().
jinit_upsampler | ( | j_decompress_ptr | cinfo | ) |
Definition at line 388 of file jdsample.cpp.
References my_upsampler::color_buf, jpeg_component_info::component_needed, compptr, jpeg_component_info::DCT_scaled_size, jpeg_component_info::downsampled_width, ERREXIT, FALSE, fullsize_upsample(), h2v1_fancy_upsample(), h2v1_upsample(), h2v2_fancy_upsample(), h2v2_upsample(), my_upsampler::h_expand, jpeg_component_info::h_samp_factor, int_upsample(), JPOOL_IMAGE, jround_up(), my_upsampler::methods, jpeg_upsampler::need_context_rows, noop_upsample(), my_upsampler::pub, my_upsampler::rowgroup_height, sep_upsample(), SIZEOF, start_pass_upsample(), TRUE, my_upsampler::v_expand, and jpeg_component_info::v_samp_factor.
Referenced by master_selection().
typedef JMETHOD | ( | void | , |
upsample1_ptr | , | ||
(j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr) | |||
) |
noop_upsample | ( | j_decompress_ptr | , |
jpeg_component_info * | , | ||
JSAMPARRAY | , | ||
JSAMPARRAY * | output_data_ptr | ||
) |
Definition at line 159 of file jdsample.cpp.
Referenced by jinit_upsampler().
sep_upsample | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION * | in_row_group_ctr, | ||
JDIMENSION | , | ||
JSAMPARRAY | output_buf, | ||
JDIMENSION * | out_row_ctr, | ||
JDIMENSION | out_rows_avail | ||
) |
Definition at line 78 of file jdsample.cpp.
References my_upsampler::color_buf, compptr, in_row_group_ctr, input_buf, my_upsampler::methods, my_upsampler::next_row_out, num_rows, out_row_ctr, out_rows_avail, output_buf, my_upsampler::rowgroup_height, and my_upsampler::rows_to_go.
Referenced by jinit_upsampler().
start_pass_upsample | ( | j_decompress_ptr | cinfo | ) |
Definition at line 58 of file jdsample.cpp.
References my_upsampler::next_row_out, and my_upsampler::rows_to_go.
Referenced by jinit_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 |