![]() |
COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Macros | |
| #define | JPEG_INTERNALS |
| #define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
| #define | FMEMZERO(target, size) MEMZERO(target,size) |
Functions | |
| long | jdiv_round_up (long a, long b) |
| long | jround_up (long a, long b) |
| void | jcopy_sample_rows (JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) |
| void | jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, JDIMENSION num_blocks) |
| void | jzero_far (void *target, size_t bytestozero) |
Variables | |
| const int | jpeg_natural_order [64+16] |
| #define JPEG_INTERNALS |
| #define FMEMCOPY | ( | dest, | |
| src, | |||
| size | |||
| ) | MEMCOPY(dest,src,size) |
| long jdiv_round_up | ( | long | a, |
| long | b | ||
| ) |
| long jround_up | ( | long | a, |
| long | b | ||
| ) |
| void jcopy_sample_rows | ( | JSAMPARRAY | input_array, |
| int | source_row, | ||
| JSAMPARRAY | output_array, | ||
| int | dest_row, | ||
| int | num_rows, | ||
| JDIMENSION | num_cols | ||
| ) |
| void jcopy_block_row | ( | JBLOCKROW | input_row, |
| JBLOCKROW | output_row, | ||
| JDIMENSION | num_blocks | ||
| ) |
| void jzero_far | ( | void * | target, |
| size_t | bytestozero | ||
| ) |
| const int jpeg_natural_order[64+16] |