Modifications
11 Oct 2002 Ian Scott - converted to vil
Definition in file vil_jpeg_source_mgr.cxx.
#include "vil_jpeg_source_mgr.h"
#include <vcl_cassert.h>
#include <vcl_cstddef.h>
#include <vcl_limits.h>
#include <vil/vil_stream.h>
Go to the source code of this file.
Defines | |
| #define | STATIC |
| #define | SIZEOF(object) ((vcl_size_t) sizeof(object)) |
| #define | vil_jpeg_INPUT_BUF_SIZE 4096 |
Typedefs | |
| typedef vil_jpeg_stream_source_mgr * | vil_jpeg_srcptr |
Functions | |
| STATIC void | vil_jpeg_init_source (j_decompress_ptr cinfo) |
| STATIC jpeg_boolean | vil_jpeg_fill_input_buffer (j_decompress_ptr cinfo) |
| STATIC void | vil_jpeg_skip_input_data (j_decompress_ptr cinfo, long num_bytes) |
| STATIC void | vil_jpeg_term_source (j_decompress_ptr) |
| STATIC void | vil_jpeg_stream_src_set (j_decompress_ptr cinfo, vil_stream *vs) |
| STATIC void | vil_jpeg_stream_src_rewind (j_decompress_ptr cinfo, vil_stream *vs) |
|
|
Definition at line 26 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 18 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 31 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 32 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 85 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 39 of file vil_jpeg_source_mgr.cxx. |
|
||||||||||||
|
Definition at line 122 of file vil_jpeg_source_mgr.cxx. |
|
||||||||||||
|
Definition at line 199 of file vil_jpeg_source_mgr.cxx. |
|
||||||||||||
|
Definition at line 158 of file vil_jpeg_source_mgr.cxx. |
|
|
Definition at line 151 of file vil_jpeg_source_mgr.cxx. |
1.4.4