Go to the source code of this file.
Macros | |
#define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
#define | FMEMZERO(target, size) MEMZERO(target,size) |
#define | JPEG_INTERNALS |
Functions | |
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) | |
jdiv_round_up (long a, long b) | |
jround_up (long a, long b) | |
jzero_far (void FAR *target, size_t bytestozero) | |
Variables | |
const int | jpeg_natural_order [DCTSIZE2+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 | ||
) |