Go to the source code of this file.
Defines | |
#define | BMPTYPE_YUV 1 |
#define | BMPTYPE_RGB 2 |
#define | IMGTYPE_YUV111 0 |
#define | IMGTYPE_YUV422 1 |
#define | IMGTYPE_RGB24 2 |
#define | IMGTYPE_YUV411 3 |
#define | IMGTYPE_YUV211 4 |
#define | IMGTYPE_YUV420 5 |
#define | COMP_MSZH 0 |
#define | COMP_MSZH_NOCOMP 1 |
#define | COMP_ZLIB_HISPEED 1 |
#define | COMP_ZLIB_HICOMP 9 |
#define | COMP_ZLIB_NORMAL -1 |
#define | FLAG_MULTITHREAD 1 |
#define | FLAG_NULLFRAME 2 |
#define | FLAG_PNGFILTER 4 |
#define | FLAGMASK_UNUSED 0xf8 |
#define | CODEC_MSZH 1 |
#define | CODEC_ZLIB 3 |
#define CODEC_MSZH 1 |
#define CODEC_ZLIB 3 |
#define COMP_MSZH 0 |
#define COMP_MSZH_NOCOMP 1 |
#define COMP_ZLIB_HICOMP 9 |
#define COMP_ZLIB_HISPEED 1 |
#define COMP_ZLIB_NORMAL -1 |
#define FLAG_MULTITHREAD 1 |
#define FLAG_NULLFRAME 2 |
#define FLAG_PNGFILTER 4 |
#define FLAGMASK_UNUSED 0xf8 |
#define IMGTYPE_RGB24 2 |
Definition at line 30 of file lcl.h.
Referenced by decode_frame(), decode_init(), and encode_init().
#define IMGTYPE_YUV111 0 |
#define IMGTYPE_YUV211 4 |
#define IMGTYPE_YUV411 3 |
#define IMGTYPE_YUV420 5 |
#define IMGTYPE_YUV422 1 |