![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
| #define | JPEG_INTERNALS |
| #define | SEEK_SET 0 /* if not, assume 0 is correct */ |
| #define | DEFAULT_MAX_MEM 1000000L /* default: one megabyte */ |
| #define DEFAULT_MAX_MEM 1000000L /* default: one megabyte */ |
Definition at line 77 of file jmemansi.c.
| #define JPEG_INTERNALS |
Definition at line 15 of file jmemansi.c.
| #define SEEK_SET 0 /* if not, assume 0 is correct */ |
Definition at line 26 of file jmemansi.c.
| METHODDEF void close_backing_store | ( | j_common_ptr | cinfo, |
| backing_store_ptr | info | ||
| ) |
Definition at line 123 of file jmemansi.c.
| GLOBAL void jpeg_free_large | ( | j_common_ptr | cinfo, |
| void FAR * | object, | ||
| size_t | sizeofobject | ||
| ) |
Definition at line 62 of file jmemansi.c.
| GLOBAL void jpeg_free_small | ( | j_common_ptr | cinfo, |
| void * | object, | ||
| size_t | sizeofobject | ||
| ) |
Definition at line 42 of file jmemansi.c.
| GLOBAL void FAR* jpeg_get_large | ( | j_common_ptr | cinfo, |
| size_t | sizeofobject | ||
| ) |
Definition at line 56 of file jmemansi.c.
| GLOBAL void* jpeg_get_small | ( | j_common_ptr | cinfo, |
| size_t | sizeofobject | ||
| ) |
Definition at line 36 of file jmemansi.c.
| GLOBAL long jpeg_mem_available | ( | j_common_ptr | cinfo, |
| long | min_bytes_needed, | ||
| long | max_bytes_needed, | ||
| long | already_allocated | ||
| ) |
Definition at line 81 of file jmemansi.c.
| GLOBAL long jpeg_mem_init | ( | j_common_ptr | cinfo | ) |
Definition at line 158 of file jmemansi.c.
| GLOBAL void jpeg_mem_term | ( | j_common_ptr | cinfo | ) |
Definition at line 164 of file jmemansi.c.
| GLOBAL void jpeg_open_backing_store | ( | j_common_ptr | cinfo, |
| backing_store_ptr | info, | ||
| long | total_bytes_needed | ||
| ) |
Definition at line 141 of file jmemansi.c.
| METHODDEF void read_backing_store | ( | j_common_ptr | cinfo, |
| backing_store_ptr | info, | ||
| void FAR * | buffer_address, | ||
| long | file_offset, | ||
| long | byte_count | ||
| ) |
Definition at line 97 of file jmemansi.c.
| METHODDEF void write_backing_store | ( | j_common_ptr | cinfo, |
| backing_store_ptr | info, | ||
| void FAR * | buffer_address, | ||
| long | file_offset, | ||
| long | byte_count | ||
| ) |
Definition at line 110 of file jmemansi.c.
1.8.6.