Assignments
Assignments
|
Macros | |
#define | JPEG_INTERNALS |
#define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
#define | FMEMZERO(target, size) MEMZERO(target,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) | |
jzero_far (void FAR *target, size_t bytestozero) | |
Variables | |
const int | jpeg_natural_order [DCTSIZE2+16] |
#define FMEMCOPY | ( | dest, | |
src, | |||
size ) MEMCOPY(dest,src,size) |
#define FMEMZERO | ( | target, | |
size ) MEMZERO(target,size) |
#define JPEG_INTERNALS |
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 ) |
const int jpeg_natural_order[DCTSIZE2+16] |