ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
#define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
Functions | |
jdiv_round_up (long a, long b) | |
jround_up (long a, long b) | |
jcopy_sample_rows (JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) | |
jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, JDIMENSION num_blocks) | |
Variables | |
const int | jpeg_natural_order [DCTSIZE2+16] |
const int | jpeg_natural_order7 [7 *7+16] |
const int | jpeg_natural_order6 [6 *6+16] |
const int | jpeg_natural_order5 [5 *5+16] |
const int | jpeg_natural_order4 [4 *4+16] |
const int | jpeg_natural_order3 [3 *3+16] |
const int | jpeg_natural_order2 [2 *2+16] |
jcopy_block_row | ( | JBLOCKROW | input_row, |
JBLOCKROW | output_row, | ||
JDIMENSION | num_blocks | ||
) |
jcopy_sample_rows | ( | JSAMPARRAY | input_array, |
int | source_row, | ||
JSAMPARRAY | output_array, | ||
int | dest_row, | ||
int | num_rows, | ||
JDIMENSION | num_cols | ||
) |
Definition at line 177 of file jutils.c.
Referenced by expand_bottom_edge(), fullsize_downsample(), grayscale_convert(), h2v2_upsample(), and int_upsample().
Definition at line 124 of file jutils.c.
Referenced by initial_setup(), jpeg_calc_jpeg_dimensions(), jpeg_calc_output_dimensions(), and per_scan_setup().
Definition at line 133 of file jutils.c.
Referenced by jinit_c_coef_controller(), jinit_c_main_controller(), jinit_d_coef_controller(), jinit_d_post_controller(), and jinit_upsampler().
Definition at line 54 of file jutils.c.
Referenced by decode_mcu(), get_dqt(), initial_setup(), and jpeg_CreateCompress().
Definition at line 112 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 105 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 98 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 89 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 79 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 67 of file jutils.c.
Referenced by get_dqt(), and initial_setup().