#include "cdjpeg.h"
Go to the source code of this file.
| #define GET_2B | ( | offset | ) |
| #define get_32bit_row get_24bit_row |
| typedef struct _tga_source_struct* tga_source_ptr |
| typedef struct _tga_source_struct tga_source_struct |
| finish_input_tga | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| get_16bit_row | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| get_24bit_row | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| get_8bit_gray_row | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| get_8bit_row | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| get_memory_row | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| jinit_read_targa | ( | j_compress_ptr | cinfo | ) |
| preload_image | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |
| read_byte | ( | tga_source_ptr | sinfo | ) |
| read_colormap | ( | tga_source_ptr | sinfo, |
| int | cmaplen, | ||
| int | mapentrysize | ||
| ) |
| read_non_rle_pixel | ( | tga_source_ptr | sinfo | ) |
| read_rle_pixel | ( | tga_source_ptr | sinfo | ) |
| start_input_tga | ( | j_compress_ptr | cinfo, |
| cjpeg_source_ptr | sinfo | ||
| ) |