|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | my_downsampler |
Macros | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_downsampler * | my_downsample_ptr |
Functions | |
| typedef | JMETHOD (void, downsample1_ptr,(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data)) |
| start_pass_downsample (j_compress_ptr cinfo) | |
| expand_right_edge (JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, JDIMENSION output_cols) | |
| sep_downsample (j_compress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_index, JSAMPIMAGE output_buf, JDIMENSION out_row_group_index) | |
| int_downsample (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data) | |
| fullsize_downsample (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data) | |
| h2v1_downsample (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data) | |
| h2v2_downsample (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data) | |
| jinit_downsampler (j_compress_ptr cinfo) | |
| #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(), h2v1_downsample(), h2v2_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.
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.
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.
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.
Referenced by jinit_downsampler().
| jinit_downsampler | ( | j_compress_ptr | cinfo | ) |
Definition at line 478 of file jcsample.c.
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.
Referenced by jinit_downsampler().
| start_pass_downsample | ( | j_compress_ptr | cinfo | ) |
Definition at line 84 of file jcsample.c.
Referenced by jinit_downsampler().