![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
| #define | JPEG_INTERNALS |
| #define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
| #define | FMEMZERO(target, size) MEMZERO(target,size) |
Functions | |
| GLOBAL long | jdiv_round_up (long a, long b) |
| GLOBAL long | jround_up (long a, long b) |
| GLOBAL void | jcopy_sample_rows (JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) |
| GLOBAL void | jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, JDIMENSION num_blocks) |
| GLOBAL void | jzero_far (void FAR *target, size_t bytestozero) |
Variables | |
| const int | jpeg_zigzag_order [DCTSIZE2] |
| const int | jpeg_natural_order [DCTSIZE2+16] |
| GLOBAL void jcopy_block_row | ( | JBLOCKROW | input_row, |
| JBLOCKROW | output_row, | ||
| JDIMENSION | num_blocks | ||
| ) |
| GLOBAL void jcopy_sample_rows | ( | JSAMPARRAY | input_array, |
| int | source_row, | ||
| JSAMPARRAY | output_array, | ||
| int | dest_row, | ||
| int | num_rows, | ||
| JDIMENSION | num_cols | ||
| ) |
1.8.6.