|
ReactOS 0.4.16-dev-1948-gd260c1d
|

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 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, | ||
| JSAMPARRAY * | output_data_ptr | ||
| ) |
Definition at line 158 of file jdsample.c.
Referenced by jinit_upsampler().
| h2v1_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY * | output_data_ptr | ||
| ) |
Definition at line 234 of file jdsample.c.
Referenced by jinit_upsampler().
| h2v2_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY * | output_data_ptr | ||
| ) |
Definition at line 262 of file jdsample.c.
Referenced by jinit_upsampler().
| int_upsample | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY * | output_data_ptr | ||
| ) |
Definition at line 190 of file jdsample.c.
Referenced by jinit_upsampler().
| jinit_upsampler | ( | j_decompress_ptr | cinfo | ) |
Definition at line 294 of file jdsample.c.
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 | cinfo, |
| jpeg_component_info * | compptr, | ||
| JSAMPARRAY | input_data, | ||
| JSAMPARRAY * | output_data_ptr | ||
| ) |
Definition at line 171 of file jdsample.c.
Referenced by jinit_upsampler().
| 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().