kviewshell
JB2EncodeCodec.cpp File Reference
#include "JB2Image.h"
#include "GBitmap.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | END_OF_DATA (11) |
#define | LIBRARY_CONTAINS_ALL |
#define | MATCHED_COPY (7) |
#define | MATCHED_REFINE (4) |
#define | MATCHED_REFINE_IMAGE_ONLY (6) |
#define | MATCHED_REFINE_LIBRARY_ONLY (5) |
#define | NEW_MARK (1) |
#define | NEW_MARK_IMAGE_ONLY (3) |
#define | NEW_MARK_LIBRARY_ONLY (2) |
#define | NON_MARK_DATA (8) |
#define | PRESERVED_COMMENT (10) |
#define | REQUIRED_DICT_OR_RESET (9) |
#define | START_OF_DATA (0) |
Variables | |
static const int | BIGNEGATIVE = -262143 |
static const int | BIGPOSITIVE = 262142 |
static const int | CELLCHUNK = 20000 |
static const int | CELLEXTRA = 500 |
Define Documentation
#define END_OF_DATA (11) |
Definition at line 171 of file JB2EncodeCodec.cpp.
#define LIBRARY_CONTAINS_ALL |
#define MATCHED_COPY (7) |
Definition at line 167 of file JB2EncodeCodec.cpp.
#define MATCHED_REFINE (4) |
Definition at line 164 of file JB2EncodeCodec.cpp.
#define MATCHED_REFINE_IMAGE_ONLY (6) |
Definition at line 166 of file JB2EncodeCodec.cpp.
#define MATCHED_REFINE_LIBRARY_ONLY (5) |
Definition at line 165 of file JB2EncodeCodec.cpp.
#define NEW_MARK (1) |
Definition at line 161 of file JB2EncodeCodec.cpp.
#define NEW_MARK_IMAGE_ONLY (3) |
Definition at line 163 of file JB2EncodeCodec.cpp.
#define NEW_MARK_LIBRARY_ONLY (2) |
Definition at line 162 of file JB2EncodeCodec.cpp.
#define NON_MARK_DATA (8) |
Definition at line 168 of file JB2EncodeCodec.cpp.
#define PRESERVED_COMMENT (10) |
Definition at line 170 of file JB2EncodeCodec.cpp.
#define REQUIRED_DICT_OR_RESET (9) |
Definition at line 169 of file JB2EncodeCodec.cpp.
#define START_OF_DATA (0) |
Definition at line 160 of file JB2EncodeCodec.cpp.
Variable Documentation
const int BIGNEGATIVE = -262143 [static] |
Definition at line 176 of file JB2EncodeCodec.cpp.
const int BIGPOSITIVE = 262142 [static] |
Definition at line 175 of file JB2EncodeCodec.cpp.
const int CELLCHUNK = 20000 [static] |
Definition at line 177 of file JB2EncodeCodec.cpp.
const int CELLEXTRA = 500 [static] |
Definition at line 178 of file JB2EncodeCodec.cpp.