|
ReactOS 0.4.16-dev-2617-g01a0906
|

Go to the source code of this file.
Classes | |
| struct | my_upsampler |
Macros | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_upsampler * | my_upsample_ptr |
Functions | |
| typedef | JMETHOD (void, upsample1_ptr,(j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr)) |
| start_pass_upsample (j_decompress_ptr cinfo) | |
| sep_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) | |
| fullsize_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr) | |
| int_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr) | |
| h2v1_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr) | |
| h2v2_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr) | |
| jinit_upsampler (j_decompress_ptr cinfo) | |
| #define JPEG_INTERNALS |
Definition at line 22 of file jdsample.c.
| typedef my_upsampler* my_upsample_ptr |
Definition at line 62 of file jdsample.c.
| fullsize_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPIMAGE | output_data_ptr | ||
| ) |
Definition at line 161 of file jdsample.c.
Referenced by jinit_upsampler().
| h2v1_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPIMAGE | output_data_ptr | ||
| ) |
Definition at line 222 of file jdsample.c.
Referenced by jinit_upsampler().
| h2v2_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPIMAGE | output_data_ptr | ||
| ) |
Definition at line 250 of file jdsample.c.
Referenced by jinit_upsampler().
| int_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPIMAGE | output_data_ptr | ||
| ) |
Definition at line 180 of file jdsample.c.
Referenced by jinit_upsampler().
| jinit_upsampler | ( | j_decompress_ptr | cinfo | ) |
Definition at line 280 of file jdsample.c.
Referenced by master_selection().
| typedef JMETHOD | ( | void | , |
| upsample1_ptr | , | ||
| (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPIMAGE output_data_ptr) | |||
| ) |
| sep_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 90 of file jdsample.c.
Referenced by jinit_upsampler().
| start_pass_upsample | ( | j_decompress_ptr | cinfo | ) |
Definition at line 70 of file jdsample.c.
Referenced by jinit_upsampler().