#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
Defines |
| #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] |
| 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] |