kviewshell
MMRDecoder.cpp File Reference
#include "MMRDecoder.h"
#include "JB2Image.h"
#include "ByteStream.h"
#include "GBitmap.h"
Include dependency graph for MMRDecoder.cpp:
Go to the source code of this file.
Defines | |
#define | VLSBUFSIZE 64 |
Enumerations | |
enum | MMRMode { P = 0, H = 1, V0 = 2, VR1 = 3, VR2 = 4, VR3 = 5, VL1 = 6, VL2 = 7, VL3 = 8 } |
Functions | |
static int | MAX (int a, int b) |
static int | MIN (int a, int b) |
Variables | |
static const VLCode | bcodes [] |
static const char | invalid_mmr_data [] = ERR_MSG("MMRDecoder.bad_data") |
static const VLCode | mrcodes [] |
static const VLCode | wcodes [] |
Define Documentation
#define VLSBUFSIZE 64 |
Definition at line 336 of file MMRDecoder.cpp.
Enumeration Type Documentation
enum MMRMode |
Function Documentation
static int MAX | ( | int | a, | |
int | b | |||
) | [inline, static] |
Definition at line 870 of file MMRDecoder.cpp.
static int MIN | ( | int | a, | |
int | b | |||
) | [inline, static] |
Definition at line 871 of file MMRDecoder.cpp.
Variable Documentation
const VLCode bcodes[] [static] |
Definition at line 221 of file MMRDecoder.cpp.
const char invalid_mmr_data[] = ERR_MSG("MMRDecoder.bad_data") [static] |
Definition at line 81 of file MMRDecoder.cpp.
const VLCode mrcodes[] [static] |
const VLCode wcodes[] [static] |
Definition at line 111 of file MMRDecoder.cpp.