Macros | |
#define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
#define | FMEMZERO(target, size) MEMZERO(target,size) |
#define | JPEG_INTERNALS |
Functions | |
return | a (a%b) |
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) | |
Variables | |
const int | jpeg_natural_order [DCTSIZE2+16] |
#define FMEMCOPY | ( | dest, | |
src, | |||
size | |||
) | MEMCOPY(dest,src,size) |
Referenced by jcopy_block_row(), and jcopy_sample_rows().
#define FMEMZERO | ( | target, | |
size | |||
) | MEMZERO(target,size) |
#define JPEG_INTERNALS |
return a | ( | a% | b | ) |
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 | ||
) |
References count, dest_row, FMEMCOPY, inptr, outptr, row, SIZEOF, and source_row.
Referenced by expand_bottom_edge(), fullsize_downsample(), grayscale_convert(), h2v2_upsample(), int_upsample(), merged_2v_upsample(), and pre_process_context().
const int jpeg_natural_order[DCTSIZE2+16] |
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), encode_one_block(), htest_one_block(), if(), and while().